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