1 write to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
681
_namesOfTopLevelTypes
= names;
4 references to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (4)
Emit\CommonPEModuleBuilder.cs (4)
604
get { return
_namesOfTopLevelTypes
!= null; }
609
return
_namesOfTopLevelTypes
.Contains(fullEmittedName);
621
if (
_namesOfTopLevelTypes
== null)
680
Debug.Assert(
_namesOfTopLevelTypes
== null);