9 references to GetBasicResultAt
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (9)
DeclarePublicAPIAnalyzerTestsBase.cs (9)
426GetBasicResultAt(4, 14, DeclareNewApiRule, "C"),
428GetBasicResultAt(4, 14, DeclareNewApiRule, "C.New() -> Void"),
430GetBasicResultAt(5, 12, DeclareNewApiRule, "C.Field -> Integer"),
432GetBasicResultAt(8, 9, DeclareNewApiRule, "C.Property() -> Integer"),
434GetBasicResultAt(11, 9, DeclareNewApiRule, "C.Property(Value As Integer) -> Void"),
436GetBasicResultAt(17, 16, DeclareNewApiRule, "C.Method() -> Void"),
438GetBasicResultAt(20, 30, DeclareNewApiRule, "C.ReadOnlyAutoProperty() -> Integer"),
440GetBasicResultAt(21, 21, DeclareNewApiRule, "C.NormalAutoProperty() -> Integer"),
442GetBasicResultAt(21, 21, DeclareNewApiRule, "C.NormalAutoProperty(AutoPropertyValue As Integer) -> Void"));