2 references to InternalImplementationOnlyAnalyzer
Microsoft.CodeAnalysis.Analyzers.UnitTests (2)
InternalImplementationOnlyTests.cs (2)
9
using VerifyCS = Test.Utilities.CSharpCodeFixVerifier<Microsoft.CodeAnalysis.Analyzers.
InternalImplementationOnlyAnalyzer
, Microsoft.CodeAnalysis.Testing.EmptyCodeFixProvider>;
10
using VerifyVB = Test.Utilities.VisualBasicCodeFixVerifier<Microsoft.CodeAnalysis.Analyzers.
InternalImplementationOnlyAnalyzer
, Microsoft.CodeAnalysis.Testing.EmptyCodeFixProvider>;