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