12 references to CheckAccessorShape
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
CodeGen\EventTests.cs (2)
219addMethod.CheckAccessorShape(@event); 225removeMethod.CheckAccessorShape(@event);
CodeGen\IndexerTests.cs (2)
272getMethod.CheckAccessorShape(indexer); 284setMethod.CheckAccessorShape(indexer);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (8)
Symbols\Source\EventTests.cs (8)
91addMethod.CheckAccessorShape(@event); 96removeMethod.CheckAccessorShape(@event); 129addMethod.CheckAccessorShape(@event); 134removeMethod.CheckAccessorShape(@event); 168addMethod.CheckAccessorShape(@event); 173removeMethod.CheckAccessorShape(@event); 203addMethod.CheckAccessorShape(@event); 208removeMethod.CheckAccessorShape(@event);