7 references to RuleCantParse
System.Private.CoreLib.Generators (7)
IntrinsicsInSystemPrivateCoreLibAnalyzer.cs (7)
48
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { return ImmutableArray.Create(Rule, RuleHelper,
RuleCantParse
, RuleAttributeNotSpecificEnough); } }
332
context.ReportDiagnostic(Diagnostic.Create(
RuleCantParse
, expressionToDecompose.GetLocation()));
343
context.ReportDiagnostic(Diagnostic.Create(
RuleCantParse
, expressionToDecompose.GetLocation()));
356
context.ReportDiagnostic(Diagnostic.Create(
RuleCantParse
, expressionToDecompose.GetLocation()));
365
context.ReportDiagnostic(Diagnostic.Create(
RuleCantParse
, expressionToDecompose.GetLocation()));
373
context.ReportDiagnostic(Diagnostic.Create(
RuleCantParse
, expressionToDecompose.GetLocation()));
613
context.ReportDiagnostic(Diagnostic.Create(
RuleCantParse
, operation.Syntax.GetLocation()));