1 write to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
709
_namesOfTopLevelTypes
= names;
4 references to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (4)
Emit\CommonPEModuleBuilder.cs (4)
647
get { return
_namesOfTopLevelTypes
!= null; }
652
return
_namesOfTopLevelTypes
.Contains(fullEmittedName);
664
if (
_namesOfTopLevelTypes
== null)
708
Debug.Assert(
_namesOfTopLevelTypes
== null);