2 references to SynthesizedSpanSwitchHashMethod
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (2)
962
StringPatternInput.SpanChar => new
SynthesizedSpanSwitchHashMethod
(privateImplClass, returnType, paramType, isReadOnlySpan: false),
963
StringPatternInput.ReadOnlySpanChar => new
SynthesizedSpanSwitchHashMethod
(privateImplClass, returnType, paramType, isReadOnlySpan: true),