3 references to s_isInMetadata
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\DependentTypeFinder.cs (3)
73var searchInMetadata = type.Locations.Any(s_isInMetadata); 157AssertContents(tempBuffer, assert: s_isInMetadata, "Found type was not from metadata"); 363derivedType.Locations.Any(s_isInMetadata) &&