3 references to SynthesizedReadOnlySpanHashFunctionName
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitStatement.cs (1)
1505? PrivateImplementationDetails.SynthesizedReadOnlySpanHashFunctionName
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (1)
927StringPatternInput.SpanChar => CodeAnalysis.CodeGen.PrivateImplementationDetails.SynthesizedReadOnlySpanHashFunctionName,
Symbols\Synthesized\SynthesizedStringHashFunctionSymbol.cs (1)
28: base(privateImplType, returnType, isReadOnlySpan ? PrivateImplementationDetails.SynthesizedReadOnlySpanHashFunctionName : PrivateImplementationDetails.SynthesizedSpanHashFunctionName)