1 write to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
708
_namesOfTopLevelTypes
= names;
4 references to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (4)
Emit\CommonPEModuleBuilder.cs (4)
646
get { return
_namesOfTopLevelTypes
!= null; }
651
return
_namesOfTopLevelTypes
.Contains(fullEmittedName);
663
if (
_namesOfTopLevelTypes
== null)
707
Debug.Assert(
_namesOfTopLevelTypes
== null);