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