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)
646get { return _namesOfTopLevelTypes != null; } 651return _namesOfTopLevelTypes.Contains(fullEmittedName); 663if (_namesOfTopLevelTypes == null) 707Debug.Assert(_namesOfTopLevelTypes == null);