2 references to MayUseCallForStructMethod
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitExpression.cs (1)
1860if (MayUseCallForStructMethod(method))
Lowering\SyntheticBoundNodeFactory.cs (1)
1401if (!method.ContainingType.IsValueType || !Microsoft.CodeAnalysis.CSharp.CodeGen.CodeGenerator.MayUseCallForStructMethod(method))