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