3 references to tryAddCapturedPrimaryConstructorParameters
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (3)
CompilationContext.cs (3)
1423
checkForPrimaryConstructor = !
tryAddCapturedPrimaryConstructorParameters
(currentFrame, shadowingParameterNames: ImmutableArray<string>.Empty,
1439
checkForPrimaryConstructor = !
tryAddCapturedPrimaryConstructorParameters
(currentFrame, shadowingParameterNames: parameterNamesInOrder,
1447
tryAddCapturedPrimaryConstructorParameters
(currentFrame, shadowingParameterNames: parameterNamesInOrder, possiblyCapturingType: thisProxy.Type,