6 references to ValidatePropertyImplementation_101
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Symbols\DefaultInterfaceImplementationTests.cs (6)
2581ValidatePropertyImplementation_101(source1, "P1", haveGet: true, haveSet: false,
2840ValidatePropertyImplementation_101(source1, "P1", haveGet: true, haveSet: true,
2908ValidatePropertyImplementation_101(source1, "P1", haveGet: false, haveSet: true,
4793ValidatePropertyImplementation_101(source1, "this[]", haveGet: true, haveSet: false,
4835ValidatePropertyImplementation_101(source1, "this[]", haveGet: true, haveSet: true,
4874ValidatePropertyImplementation_101(source1, "this[]", haveGet: false, haveSet: true,