1 write to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
783
_namesOfTopLevelTypes
= names;
4 references to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (4)
Emit\CommonPEModuleBuilder.cs (4)
721
get { return
_namesOfTopLevelTypes
!= null; }
726
return
_namesOfTopLevelTypes
.Contains(fullEmittedName);
738
if (
_namesOfTopLevelTypes
== null)
782
Debug.Assert(
_namesOfTopLevelTypes
== null);