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