7 references to
Microsoft.CodeAnalysis.CSharp (7)
Emitter\Model\SynthesizedPrivateImplementationDetailsStaticConstructor.cs (1)
19
:
base
(containingModule, privateImplementationType, voidType, WellKnownMemberNames.StaticConstructorName)
Symbols\Synthesized\SynthesizedParameterlessThrowMethod.cs (1)
18
:
base
(containingModule, privateImplType, returnType, synthesizedMethodName)
Symbols\Synthesized\SynthesizedStringHashFunctionSymbol.cs (2)
19
:
base
(containingModule, privateImplType, returnType, PrivateImplementationDetails.SynthesizedStringHashFunctionName)
28
:
base
(containingModule, privateImplType, returnType, isReadOnlySpan ? PrivateImplementationDetails.SynthesizedReadOnlySpanHashFunctionName : PrivateImplementationDetails.SynthesizedSpanHashFunctionName)
Symbols\Synthesized\SynthesizedThrowIfNullMethod.cs (1)
17
:
base
(containingModule, privateImplType, returnType, PrivateImplementationDetails.SynthesizedThrowIfNullFunctionName)
Symbols\Synthesized\SynthesizedThrowMethod.cs (1)
16
:
base
(containingModule, privateImplType, returnType, PrivateImplementationDetails.SynthesizedThrowFunctionName)
Symbols\Synthesized\SynthesizedThrowSwitchExpressionExceptionMethod.cs (1)
17
:
base
(containingModule, privateImplType, returnType, PrivateImplementationDetails.SynthesizedThrowSwitchExpressionExceptionFunctionName)