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