19 references to SymbolKeyResolution
Microsoft.CodeAnalysis.Workspaces (19)
SymbolKey.AliasSymbolKey.cs (1)
70
return new
SymbolKeyResolution
(aliasSymbol);
SymbolKey.AnonymousFunctionOrDelegateSymbolKey.cs (1)
70
return new
SymbolKeyResolution
(symbol);
SymbolKey.AnonymousTypeSymbolKey.cs (2)
69
return new
SymbolKeyResolution
(anonymousType);
73
return new
SymbolKeyResolution
(reader.Compilation.ObjectType);
SymbolKey.BodyLevelSymbolKey.cs (1)
193
return new
SymbolKeyResolution
(symbol.symbol);
SymbolKey.BuiltinOperatorSymbolKey.cs (2)
57
return new
SymbolKeyResolution
(unaryOperator);
61
return new
SymbolKeyResolution
(binaryOperator);
SymbolKey.cs (1)
258
return new
SymbolKeyResolution
(symbols.Builder[0]);
SymbolKey.DynamicTypeSymbolKey.cs (1)
32
return new
SymbolKeyResolution
(reader.Compilation.DynamicType);
SymbolKey.ErrorTypeSymbolKey.cs (1)
130
return new
SymbolKeyResolution
(currentNamespace);
SymbolKey.FunctionPointerTypeSymbolKey.cs (1)
91
return new
SymbolKeyResolution
(reader.Compilation.CreateFunctionPointerTypeSymbol(
SymbolKey.MethodSymbolKey.cs (1)
241
return new
SymbolKeyResolution
(method);
SymbolKey.NamedTypeSymbolKey.cs (1)
117
containingSymbolResolution = new
SymbolKeyResolution
(containingNamespace);
SymbolKey.NamespaceSymbolKey.cs (1)
86
return new
SymbolKeyResolution
(reader.Compilation.GlobalNamespace);
SymbolKey.PropertySymbolKey.cs (1)
84
return new
SymbolKeyResolution
(property);
SymbolKey.SymbolKeyReader.cs (2)
748
return new
SymbolKeyResolution
(symbol);
752
return new
SymbolKeyResolution
(info.Symbol);
SymbolKey.TupleTypeSymbolKey.cs (1)
125
return new
SymbolKeyResolution
(result);
SymbolKey.TypeParameterOrdinalSymbolKey.cs (1)
34
return new
SymbolKeyResolution
(typeParameter);