15 references to CheckUnsafe
Microsoft.CSharp (15)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (6)
375
CheckUnsafe
(expr.Type); // added to the binder so we don't bind to pointer ops
376
CheckUnsafe
(dest); // added to the binder so we don't bind to pointer ops
428
CheckUnsafe
(expr.Type); // added to the binder so we don't bind to pointer ops
429
CheckUnsafe
(dest); // added to the binder so we don't bind to pointer ops
463
CheckUnsafe
(expr.Type); // added to the binder so we don't bind to pointer ops
464
CheckUnsafe
(dest); // added to the binder so we don't bind to pointer ops
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (6)
314
CheckUnsafe
(elementType); // added to the binder so we don't bind to pointer ops
452
CheckUnsafe
(pFieldType); // added to the binder so we don't bind to pointer ops
698
CheckUnsafe
(typeRet); // added to the binder so we don't bind to pointer ops
937
CheckUnsafe
(meth.RetType);
942
CheckUnsafe
(type);
962
CheckUnsafe
(prop.RetType);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (3)
2653
CheckUnsafe
(arg1.Type); // added to the binder so we don't bind to pointer ops
2654
CheckUnsafe
(arg2.Type); // added to the binder so we don't bind to pointer ops
2655
CheckUnsafe
(typeRet); // added to the binder so we don't bind to pointer ops