2 overrides of IsUnsafe
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\ArrayType.cs (1)
47public override bool IsUnsafe() => BaseElementType is PointerType;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PointerType.cs (1)
20public override bool IsUnsafe() => true;
1 reference to IsUnsafe
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1613if (type == null || type.IsUnsafe())