3 references to _typeForwardCache
Microsoft.CodeAnalysis.Features (3)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (3)
95
_typeForwardCache
.Add(dllPath, cachedTypeForwards);
109
return
_typeForwardCache
.TryGetValue(dllPath, out typeForwards);
118
_typeForwardCache
.Clear();