1 override of StripNubs
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\NullableType.cs (1)
34public override CType StripNubs(out bool wasNullable)
1 reference to StripNubs
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
297CType typeSrcBase = _typeSrc.StripNubs(out srcWasNullable);