1 write to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
690_namesOfTopLevelTypes = names;
4 references to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (4)
Emit\CommonPEModuleBuilder.cs (4)
628get { return _namesOfTopLevelTypes != null; } 633return _namesOfTopLevelTypes.Contains(fullEmittedName); 645if (_namesOfTopLevelTypes == null) 689Debug.Assert(_namesOfTopLevelTypes == null);