1 write to _mainTypeName
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.OptionsProcessor.cs (1)
260
_mainTypeName
= mainTypeName;
2 references to _mainTypeName
Microsoft.VisualStudio.LanguageServices.CSharp (2)
ProjectSystemShim\CSharpProjectShim.OptionsProcessor.cs (2)
145
.WithMainTypeName(
_mainTypeName
)
258
if (
_mainTypeName
!= mainTypeName)