9 references to GetBasicResultAt
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (9)
DeclarePublicAPIAnalyzerTestsBase.cs (9)
487GetBasicResultAt(4, 14, DeclareNewApiRule, "C"),
489GetBasicResultAt(4, 14, DeclareNewApiRule, "C.New() -> Void"),
491GetBasicResultAt(5, 12, DeclareNewApiRule, "C.Field -> Integer"),
493GetBasicResultAt(8, 9, DeclareNewApiRule, "C.Property() -> Integer"),
495GetBasicResultAt(11, 9, DeclareNewApiRule, "C.Property(Value As Integer) -> Void"),
497GetBasicResultAt(17, 16, DeclareNewApiRule, "C.Method() -> Void"),
499GetBasicResultAt(20, 30, DeclareNewApiRule, "C.ReadOnlyAutoProperty() -> Integer"),
501GetBasicResultAt(21, 21, DeclareNewApiRule, "C.NormalAutoProperty() -> Integer"),
503GetBasicResultAt(21, 21, DeclareNewApiRule, "C.NormalAutoProperty(AutoPropertyValue As Integer) -> Void"));