2 references to CacheTopLevelMetadataType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NonMissingAssemblySymbol.cs (2)
129return CacheTopLevelMetadataType(ref emittedName, result); 182return CacheTopLevelMetadataType(ref emittedName, result ?? new MissingMetadataTypeSymbol.TopLevel(this.Modules[0], ref emittedName));