5 references to ConstructorWithParameters
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (5)
EditAndContinue\Helpers\EditingTestBase.cs (3)
179Assert.Equal(kind is not MethodKind.Regular and not MethodKind.ConstructorWithParameters, needsSyntaxMap); 209if (kind == MethodKind.ConstructorWithParameters) 230MethodKind.ConstructorWithParameters => "class C { C" + bodySource + " }",
EditAndContinue\StatementMatchingTests.cs (2)
1874var match = GetMethodMatches(src1, src2, kind: MethodKind.ConstructorWithParameters); 1900var match = GetMethodMatches(src1, src2, kind: MethodKind.ConstructorWithParameters);