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