2 references to IsSpecialMethodWithMatchingProperty
Microsoft.CodeAnalysis.Features (2)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (2)
728
(
IsSpecialMethodWithMatchingProperty
("ShouldSerialize") && methodSymbol.ReturnType.SpecialType == SpecialType.System_Boolean ||
729
IsSpecialMethodWithMatchingProperty
("Reset") && methodSymbol.ReturnsVoid);