4 references to IsStaticType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
32
bool ICSharpInvokeOrInvokeMemberBinder.StaticCall => _argumentInfo[0] != null && _argumentInfo[0].
IsStaticType
;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
33
bool ICSharpInvokeOrInvokeMemberBinder.StaticCall => _argumentInfo[0]?.
IsStaticType
== true;
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
25
=> SymbolTable.PopulateSymbolTableWithName(Name, null, arguments[0].Info.
IsStaticType
? arguments[0].Value as Type : arguments[0].Type);
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1110
Expr callingObject = argument.Info.
IsStaticType
?