1 reference to IsStaticType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpArgumentInfo.cs (1)
56
internal bool IsStaticType => (Flags & CSharpArgumentInfoFlags.
IsStaticType
) != 0;