1 instantiation of SynthesizedStringSwitchHashMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (1)
961StringPatternInput.String => new SynthesizedStringSwitchHashMethod(privateImplClass, returnType, paramType),
3 references to SynthesizedStringSwitchHashMethod
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitStatement.cs (1)
1615computeStringHashcodeDelegate: SynthesizedStringSwitchHashMethod.ComputeStringHash);
Compiler\MethodBodySynthesizer.Lowered.cs (2)
132/// Matches the corresponding method for string <see cref="SynthesizedStringSwitchHashMethod"/>. 137/// This method should be kept consistent with <see cref="SynthesizedStringSwitchHashMethod.ComputeStringHash"/>