9 references to GetSymbolInfo
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
AttributeArgumentSyntaxExtensions.cs (1)
39var symbols = semanticModel.GetSymbolInfo(invocableExpression, cancellationToken).GetBestOrAllSymbols();
SemanticModelExtensions.cs (1)
140return semanticModel.GetSymbolInfo(attribute);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpTypeInferenceService.TypeInferrer.cs (1)
554var info = SemanticModel.GetSymbolInfo(attribute, CancellationToken);
Microsoft.CodeAnalysis.CSharp.Features (3)
ChangeSignature\CSharpChangeSignatureService.cs (1)
479var symbolInfo = semanticModel.GetSymbolInfo((AttributeSyntax)originalNode, cancellationToken);
GenerateConstructor\CSharpGenerateConstructorService.cs (1)
131var symbolInfo = document.SemanticModel.GetSymbolInfo(attribute, cancellationToken);
SignatureHelp\AttributeSignatureHelpProvider.cs (1)
108var symbolInfo = semanticModel.GetSymbolInfo(attribute, cancellationToken);
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
AttributeArgumentSyntaxExtensions.cs (1)
39var symbols = semanticModel.GetSymbolInfo(invocableExpression, cancellationToken).GetBestOrAllSymbols();
CSharpTypeInferenceService.TypeInferrer.cs (1)
554var info = SemanticModel.GetSymbolInfo(attribute, CancellationToken);
SemanticModelExtensions.cs (1)
140return semanticModel.GetSymbolInfo(attribute);