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