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