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