23 references to CanGetSemanticInfo
Microsoft.CodeAnalysis.CSharp (23)
Compilation\CSharpSemanticModel.cs (23)
527if (!CanGetSemanticInfo(expression, allowNamedArgumentName: true)) 634CanGetSemanticInfo(objectCreation, allowNamedArgumentName: false)) 652return CanGetSemanticInfo(constructorInitializer) 664return CanGetSemanticInfo(withElement) 678return CanGetSemanticInfo(constructorInitializer) 692return CanGetSemanticInfo(attributeSyntax) 704return CanGetSemanticInfo(crefSyntax) 734if (!CanGetSemanticInfo(expression, isSpeculative: true)) return SymbolInfo.None; 765Debug.Assert(CanGetSemanticInfo(attribute, isSpeculative: true)); 793Debug.Assert(CanGetSemanticInfo(constructorInitializer, isSpeculative: true)); 865Debug.Assert(CanGetSemanticInfo(constructorInitializer, isSpeculative: true)); 926Debug.Assert(CanGetSemanticInfo(cref, isSpeculative: true)); 945return CanGetSemanticInfo(constructorInitializer) 970if (!CanGetSemanticInfo(expression)) 1016return CanGetSemanticInfo(attributeSyntax) 1030var info = CanGetSemanticInfo(csnode) 1062if (!CanGetSemanticInfo(expression, isSpeculative: true)) 1104return CanGetSemanticInfo(expression) 1118return CanGetSemanticInfo(attribute) 1132return CanGetSemanticInfo(initializer) 1155return CanGetSemanticInfo(expression) 1168return CanGetSemanticInfo(expression) 1188if (!CanGetSemanticInfo(nameSyntax))