7 references to SetParameters
Microsoft.CodeAnalysis.CSharp (7)
Emitter\Model\SynthesizedPrivateImplementationDetailsStaticConstructor.cs (1)
21
this.
SetParameters
(ImmutableArray<ParameterSymbol>.Empty);
Symbols\Synthesized\SynthesizedParameterlessThrowMethod.cs (1)
21
this.
SetParameters
(ImmutableArray<ParameterSymbol>.Empty);
Symbols\Synthesized\SynthesizedStringHashFunctionSymbol.cs (2)
21
this.
SetParameters
(ImmutableArray.Create<ParameterSymbol>(SynthesizedParameterSymbol.Create(this, TypeWithAnnotations.Create(paramType), 0, RefKind.None, "s")));
31
this.
SetParameters
(ImmutableArray.Create<ParameterSymbol>(SynthesizedParameterSymbol.Create(this, TypeWithAnnotations.Create(paramType), 0, RefKind.None, "s")));
Symbols\Synthesized\SynthesizedThrowIfNullMethod.cs (1)
21
this.
SetParameters
(ImmutableArray.Create<ParameterSymbol>(
Symbols\Synthesized\SynthesizedThrowMethod.cs (1)
18
this.
SetParameters
(ImmutableArray.Create<ParameterSymbol>(SynthesizedParameterSymbol.Create(this, TypeWithAnnotations.Create(paramType), 0, RefKind.None, "paramName")));
Symbols\Synthesized\SynthesizedThrowSwitchExpressionExceptionMethod.cs (1)
19
this.
SetParameters
(ImmutableArray.Create(SynthesizedParameterSymbol.Create(this, TypeWithAnnotations.Create(paramType), 0, RefKind.None, "unmatchedValue")));