File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8989 <!-- We used to use - -opt-cross-module:* as a switch, but inlining code
9090 from the runtime led to exposing bugs in crossgen/runtime in not rejecting
9191 native code when the inlined code was stale.
92- To avoid customer facing bugs in C# Dev Kit , we are now taking the more
92+ To avoid customer facing bugs in C# extension , we are now taking the more
9393 conservative approach of only inlining code from assemblies in the same
94- "servicing bubble" which are defined as vs-green 'components', which we can
95- most closely approximate here by just inlining code in assemblies that come
96- from project references. -->
94+ "servicing bubble", which we can most closely approximate here by just
95+ inlining code in assemblies that come from project references. -->
9796 <ItemGroup >
9897 <_OptCrossModuleSwitch
9998 Condition =" '%(_ResolvedProjectReferencePaths.ReferenceOutputAssembly)'=='true'"
You can’t perform that action at this time.
0 commit comments