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