1 write to Symbol
Microsoft.CodeAnalysis.Features (1)
FullyQualify\AbstractFullyQualifyService.SymbolResult.cs (1)
28
Symbol
= symbol;
11 references to Symbol
Microsoft.CodeAnalysis.Features (11)
FullyQualify\AbstractFullyQualifyService.cs (3)
198
var container = symbolResult.
Symbol
;
298
var containingSymbol = symbolResult.
Symbol
.ContainingSymbol as INamespaceOrTypeSymbol;
313
.Where(n => n.
Symbol
is INamedTypeSymbol or INamespaceSymbol { IsGlobalNamespace: false })
FullyQualify\AbstractFullyQualifyService.SymbolResult.cs (8)
38
=> Equals(
Symbol
, other.
Symbol
);
41
=>
Symbol
.GetHashCode();
44
=> new(other, Weight,
Symbol
);
48
Debug.Assert(
Symbol
is INamespaceSymbol || !((INamedTypeSymbol)
Symbol
).IsGenericType);
49
Debug.Assert(other.
Symbol
is INamespaceSymbol || !((INamedTypeSymbol)other.
Symbol
).IsGenericType);