4 references to BadPropertyAccessor
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SignatureComparer.cs (4)
187
if (
BadPropertyAccessor
(property1.GetMethod, property2.GetMethod) ||
188
BadPropertyAccessor
(property1.SetMethod, property2.SetMethod))
197
if (
BadPropertyAccessor
(property2.GetMethod, property1.GetMethod) ||
198
BadPropertyAccessor
(property2.SetMethod, property1.SetMethod))