3 references to Construct
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LoweredDynamicOperationFactory.cs (1)
700return synthesizedContainer.Construct(synthesizedContainer.ConstructedFromTypeParameters.Cast<TypeParameterSymbol, TypeSymbol>());
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
439return template.Construct(typeArguments);
Symbols\TypeWithAnnotations.cs (1)
223=> Create(compilation.GetSpecialType(SpecialType.System_Nullable_T).Construct(ImmutableArray.Create(typeSymbol)));