5 references to WithTypeArguments
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
148
NamedTypeSymbol result = haveChanges ? type.
WithTypeArguments
(allTypeArguments.ToImmutable()) : type;
Symbols\NamedTypeSymbol.cs (2)
967
result = haveChanges ? this.
WithTypeArguments
(allTypeArguments.ToImmutable()) : this;
994
NamedTypeSymbol result = haveChanges ? this.
WithTypeArguments
(allTypeArguments.ToImmutable()) : this;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\InterpolationTests.cs (1)
7617
var substitutedC = c.
WithTypeArguments
(ImmutableArray.Create(TypeWithAnnotations.Create(handler)));
Semantics\RawInterpolationTests_Handler.cs (1)
5906
var substitutedC = c.
WithTypeArguments
(ImmutableArray.Create(TypeWithAnnotations.Create(handler)));