5 references to ConstructorWithParameters
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
EditAndContinue\Helpers\EditingTestBase.cs (3)
125Assert.Equal(kind is not MethodKind.Regular and not MethodKind.ConstructorWithParameters, needsSyntaxMap); 127if (kind is MethodKind.Regular or MethodKind.ConstructorWithParameters) 177MethodKind.ConstructorWithParameters => "class C { C" + bodySource + " }",
EditAndContinue\StatementMatchingTests.cs (2)
1873var match = GetMethodMatches(src1, src2, kind: MethodKind.ConstructorWithParameters); 1899var match = GetMethodMatches(src1, src2, kind: MethodKind.ConstructorWithParameters);