2 references to MayUseCallForStructMethod
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitExpression.cs (1)
1887if (MayUseCallForStructMethod(this._module.SourceModule, method))
Lowering\SyntheticBoundNodeFactory.cs (1)
1440if (!method.ContainingType.IsValueType || !Microsoft.CodeAnalysis.CSharp.CodeGen.CodeGenerator.MayUseCallForStructMethod(this.CompilationState.Compilation.SourceModule, method))