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