4 references to BadPropertyAccessor
Microsoft.CodeAnalysis.Extensions.Package (4)
Symbols\SignatureComparer.cs (4)
188
if (
BadPropertyAccessor
(property1.GetMethod, property2.GetMethod) ||
189
BadPropertyAccessor
(property1.SetMethod, property2.SetMethod))
198
if (
BadPropertyAccessor
(property2.GetMethod, property1.GetMethod) ||
199
BadPropertyAccessor
(property2.SetMethod, property1.SetMethod))