20 references to ValidateAccessor
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (20)
Symbols\DefaultInterfaceImplementationTests.cs (20)
13835ValidateAccessor(p1.GetMethod, test1P1.GetMethod); 13836ValidateAccessor(p1.SetMethod, test1P1.SetMethod); 16424ValidateAccessor(p2.SetMethod, test1P2.SetMethod); 16431ValidateAccessor(p2.GetMethod, test1P2.GetMethod); 16434ValidateAccessor(p2.GetMethod, test1P2.GetMethod); 16435ValidateAccessor(p2.SetMethod, test1P2.SetMethod); 27463ValidateAccessor(p1.AddMethod, test1P1.AddMethod); 27464ValidateAccessor(p1.RemoveMethod, test1P1.RemoveMethod); 29838ValidateAccessor(p2.RemoveMethod, test1P2.RemoveMethod); 29844ValidateAccessor(p2.AddMethod, test1P2.AddMethod); 29847ValidateAccessor(p2.AddMethod, test1P2.AddMethod); 29848ValidateAccessor(p2.RemoveMethod, test1P2.RemoveMethod); 36899ValidateAccessor(expected?.GetMethod, interfaceProperty.GetMethod); 36900ValidateAccessor(expected?.SetMethod, interfaceProperty.SetMethod); 36918ValidateAccessor(expected?.GetMethod, interfaceProperty.GetMethod); 36919ValidateAccessor(expected?.SetMethod, interfaceProperty.SetMethod); 39932ValidateAccessor(expected?.AddMethod, interfaceEvent.AddMethod); 39933ValidateAccessor(expected?.RemoveMethod, interfaceEvent.RemoveMethod); 39951ValidateAccessor(expected?.AddMethod, interfaceEvent.AddMethod); 39952ValidateAccessor(expected?.RemoveMethod, interfaceEvent.RemoveMethod);