4 references to ValidateP3Accessor
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\DefaultInterfaceImplementationTests.cs (4)
16903ValidateP3Accessor(p3.GetMethod, p3.IsIndexer ? test2P3.GetMethod : null); 16904ValidateP3Accessor(p3.SetMethod, p3.IsIndexer ? test2P3.SetMethod : null); 17157ValidateP3Accessor(p3.GetMethod, p3.IsIndexer ? test2P3.GetMethod : null); 17158ValidateP3Accessor(p3.SetMethod, p3.IsIndexer ? test2P3.SetMethod : null);