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