Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\InterfaceMethodsShouldBeCallableByChildTypesTests.cs (1)
28=> VerifyVB.Diagnostic()
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverloadOperatorEqualsOnOverridingValueTypeEqualsTests.cs (1)
307=> VerifyVB.Diagnostic()
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\TypesThatOwnDisposableFieldsShouldBeDisposableTests.cs (3)
767VerifyVB.Diagnostic().WithLocation(0).WithArguments("NoDisposeClass", "_fs1"), @"
843VerifyVB.Diagnostic().WithLocation(0).WithArguments("NoDisposeClass", "_fs1', '_fs2', '_fs3', '_fs4"), @"
934ExpectedDiagnostics = { VerifyVB.Diagnostic().WithLocation(0).WithArguments("SomeClass", args), },
Microsoft.CodeQuality.Analyzers\QualityGuidelines\MarkMembersAsStaticTests.cs (16)
128VerifyVB.Diagnostic().WithLocation(0).WithArguments("Method1"),
129VerifyVB.Diagnostic().WithLocation(1).WithArguments("Method2"),
130VerifyVB.Diagnostic().WithLocation(2).WithArguments("Method3"),
131VerifyVB.Diagnostic().WithLocation(3).WithArguments("Method4"),
132VerifyVB.Diagnostic().WithLocation(4).WithArguments("Property1"),
133VerifyVB.Diagnostic().WithLocation(5).WithArguments("Property2"),
134VerifyVB.Diagnostic().WithLocation(6).WithArguments("MyProperty"),
135VerifyVB.Diagnostic().WithLocation(7).WithArguments("CustomEvent"));
289VerifyVB.Diagnostic().WithLocation(0).WithArguments("Method1"),
290VerifyVB.Diagnostic().WithLocation(1).WithArguments("Method3"),
291VerifyVB.Diagnostic().WithLocation(2).WithArguments("Method4"),
292VerifyVB.Diagnostic().WithLocation(3).WithArguments("Property1"),
293VerifyVB.Diagnostic().WithLocation(4).WithArguments("Property2"),
294VerifyVB.Diagnostic().WithLocation(5).WithArguments("MyProperty"),
295VerifyVB.Diagnostic().WithLocation(6).WithArguments("CustomEvent"));
778VerifyVB.Diagnostic().WithLocation(0).WithArguments("M"));