Ejemplo n.º 1
0
 private bool ShouldEmitNullChecksForMethod() =>
 CompilerServicesSupport.HasNullChecksSupportEnabled(this._methodDefinition, this._nullChecksGloballyEnabled);
Ejemplo n.º 2
0
 private bool ShouldEmitDivideByZeroChecksForMethod() =>
 CompilerServicesSupport.HasDivideByZeroChecksSupportEnabled(this._methodDefinition, this._divideByZeroChecksGloballyEnabled);
Ejemplo n.º 3
0
 public bool ShouldEmitBoundsChecksForMethod() =>
 CompilerServicesSupport.HasArrayBoundsChecksSupportEnabled(this._methodDefinition, this._arrayBoundsChecksGloballyEnabled);