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