2 references to GetSemanticInfoSymbolInNonMemberContext
Microsoft.CodeAnalysis.CSharp (2)
Compilation\SyntaxTreeSemanticModel.cs (2)
280
var symbol =
GetSemanticInfoSymbolInNonMemberContext
(node, bindVarAsAliasFirst: (options & SymbolInfoOptions.PreserveAliases) != 0);
318
var symbol =
GetSemanticInfoSymbolInNonMemberContext
(node, bindVarAsAliasFirst: false); // Don't care about aliases here.