12 references to Construct
Microsoft.CodeAnalysis.CSharp (7)
Compiler\MethodBodySynthesizer.cs (1)
417compareExchangeMethod = compareExchangeMethod.Construct(ImmutableArray.Create<TypeSymbol>(delegateType));
Compiler\MethodBodySynthesizer.Lowered.cs (2)
249this.ImplementingMethod.Construct(this.TypeParameters.Cast<TypeParameterSymbol, TypeSymbol>()) : 329methodBeingWrapped = methodBeingWrapped.ConstructedFrom.Construct(StaticCast<TypeSymbol>.From(this.TypeParameters));
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
1292arrayEmpty = arrayEmpty.Construct(ImmutableArray.Create(ats.ElementType));
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (1)
334method = method.Construct(ImmutableArray.Create<TypeSymbol>(typeParameter));
Lowering\SyntheticBoundNodeFactory.cs (1)
1414arrayEmpty = arrayEmpty.Construct(ImmutableArray.Create(elementType));
Symbols\MethodSymbol.cs (1)
833return this.Construct(ImmutableArray.Create(typeArguments));
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
CSharpInstructionDecoder.cs (1)
128method = method.Construct(ImmutableArray.Create(typeArguments, methodArgumentStartIndex, methodArity));
Symbols\EEMethodSymbol.cs (1)
129this.SubstitutedSourceMethod = this.SubstitutedSourceMethod.Construct(_typeParameters.As<TypeSymbol>());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\OverriddenOrHiddenMembersTests.cs (3)
94var BofD_MofD = BofD_MofU.Construct(ofD); 100var D_MofD = D_MofV.Construct(ofD); 102var BofD_MofV = BofD_MofU.Construct(ofV);