1 write to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
707_namesOfTopLevelTypes = names;
4 references to _namesOfTopLevelTypes
Microsoft.CodeAnalysis (4)
Emit\CommonPEModuleBuilder.cs (4)
645get { return _namesOfTopLevelTypes != null; } 650return _namesOfTopLevelTypes.Contains(fullEmittedName); 662if (_namesOfTopLevelTypes == null) 706Debug.Assert(_namesOfTopLevelTypes == null);