4 references to IsStaticType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
32bool ICSharpInvokeOrInvokeMemberBinder.StaticCall => _argumentInfo[0] != null && _argumentInfo[0].IsStaticType;
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
33bool 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)
1110Expr callingObject = argument.Info.IsStaticType ?