6 references to Rule
Microsoft.ML.CodeAnalyzer.Tests (4)
Code\ContractsCheckTest.cs (4)
34
VerifyCS.Diagnostic(ContractsCheckAnalyzer.ExceptionDiagnostic.
Rule
).WithLocation(basis + 15, 13).WithArguments("Except"),
35
VerifyCS.Diagnostic(ContractsCheckAnalyzer.ExceptionDiagnostic.
Rule
).WithLocation(basis + 16, 13).WithArguments("ExceptParam"),
116
VerifyCS.Diagnostic(ContractsCheckAnalyzer.ExceptionDiagnostic.
Rule
).WithLocation(9, 43).WithArguments("ExceptParam"),
147
VerifyCS.Diagnostic(ContractsCheckAnalyzer.ExceptionDiagnostic.
Rule
).WithLocation(9, 43).WithArguments("ExceptParam"),
Microsoft.ML.InternalCodeAnalyzer (2)
ContractsCheckAnalyzer.cs (2)
77
NameofDiagnostic.Rule, ExceptionDiagnostic.
Rule
, SimpleMessageDiagnostic.Rule,
212
ExceptionDiagnostic.
Rule
, invocation.GetLocation(), name));