21 references to IsInMetadata
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SymbolFinder\SymbolFinderInternal.cs (1)
71else if (!symbol.Locations.Any(static loc => loc.IsInMetadata))
Microsoft.CodeAnalysis (2)
Diagnostic\Location.cs (2)
48/// Might return null even if <see cref="IsInMetadata"/> returns true. The module symbol might not be available anymore, 102else if (IsInMetadata)
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SymbolFinder\SymbolFinderInternal.cs (1)
71else if (!symbol.Locations.Any(static loc => loc.IsInMetadata))
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SymbolFinder\SymbolFinderInternal.cs (1)
71else if (!symbol.Locations.Any(static loc => loc.IsInMetadata))
Microsoft.CodeAnalysis.Features (8)
ChangeSignature\AbstractChangeSignatureService.cs (3)
149if (symbol.Locations.Any(static loc => loc.IsInMetadata)) 281if (symbol.Definition.Locations.Any(static loc => loc.IsInMetadata)) 354if (location.Location.IsInMetadata)
GoToBase\AbstractGoToBaseService.cs (1)
74else if (baseSymbol.Locations.Any(static l => l.IsInMetadata))
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
706if (location.IsInMetadata)
MetadataAsSource\MetadataAsSourceFileService.cs (1)
292if (!symbol.Locations.Any(static l => l.IsInMetadata))
Rename\SymbolicRenameInfo.cs (1)
213if (location.IsInMetadata)
ReplaceMethodWithProperty\AbstractReplaceMethodWithPropertyService.cs (1)
35if (current.Locations.Any(static loc => loc.IsInMetadata))
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\FindReferences\DependentProjectsFinder.cs (1)
130var project = assembly.Locations.Any(static loc => loc.IsInMetadata)
FindSymbols\FindReferences\DependentTypeFinder.cs (1)
43private static readonly Func<Location, bool> s_isInMetadata = static loc => loc.IsInMetadata;
FindSymbols\SymbolFinder_Helpers.cs (1)
18if (symbol.Locations.Any(static l => l.IsInMetadata))
Rename\ConflictEngine\ConflictResolver.cs (1)
363overriddenFromMetadata = overriddenSymbol == null || overriddenSymbol.Locations.All(loc => loc.IsInMetadata);
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
593if (overriddenSymbol == null || !overriddenSymbol.Locations.All(loc => loc.IsInMetadata))
Shared\Extensions\IFindReferencesResultExtensions.cs (1)
88definition.Locations.Any(static loc => loc.IsInMetadata))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SymbolFinder\SymbolFinderInternal.cs (1)
71else if (!symbol.Locations.Any(static loc => loc.IsInMetadata))
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SymbolFinder\SymbolFinderInternal.cs (1)
71else if (!symbol.Locations.Any(static loc => loc.IsInMetadata))