15 references to CheckUnsafe
Microsoft.CSharp (15)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (6)
365
CheckUnsafe
(expr.Type); // added to the binder so we don't bind to pointer ops
366
CheckUnsafe
(dest); // added to the binder so we don't bind to pointer ops
416
CheckUnsafe
(expr.Type); // added to the binder so we don't bind to pointer ops
417
CheckUnsafe
(dest); // added to the binder so we don't bind to pointer ops
448
CheckUnsafe
(expr.Type); // added to the binder so we don't bind to pointer ops
449
CheckUnsafe
(dest); // added to the binder so we don't bind to pointer ops
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (6)
310
CheckUnsafe
(elementType); // added to the binder so we don't bind to pointer ops
442
CheckUnsafe
(pFieldType); // added to the binder so we don't bind to pointer ops
684
CheckUnsafe
(typeRet); // added to the binder so we don't bind to pointer ops
916
CheckUnsafe
(meth.RetType);
921
CheckUnsafe
(type);
940
CheckUnsafe
(prop.RetType);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (3)
2589
CheckUnsafe
(arg1.Type); // added to the binder so we don't bind to pointer ops
2590
CheckUnsafe
(arg2.Type); // added to the binder so we don't bind to pointer ops
2591
CheckUnsafe
(typeRet); // added to the binder so we don't bind to pointer ops