3 references to Resolve
Microsoft.CodeAnalysis.CodeStyle (2)
SymbolKey.cs (1)
99/// versions may change the encoded format and may no longer be able to <see cref="Resolve"/> previous keys. As
SymbolKeyResolution.cs (1)
10/// The result of <see cref="SymbolKey.Resolve"/>. If the <see cref="SymbolKey"/> could be uniquely mapped to a
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpCodeGenerationService.cs (1)
76var newDestinationSymbol = destination.GetSymbolKey(cancellationToken).Resolve(compilation, cancellationToken: cancellationToken).Symbol;