3 references to FileParseRule
Text.Analyzers (2)
IdentifiersShouldBeSpelledCorrectly.cs (2)
216FileParseRule, 281var diagnostic = Diagnostic.Create(FileParseRule, Location.None, additionalText.Path, exception.Message);
Text.Analyzers.UnitTests (1)
IdentifiersShouldBeSpelledCorrectlyTests.cs (1)
756VerifyCS.Diagnostic(IdentifiersShouldBeSpelledCorrectlyAnalyzer.FileParseRule)