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