4 references to New
Microsoft.CodeAnalysis.Analyzers (4)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer_ReleaseTracking.cs (1)
461
if (releaseTrackingLine.Kind != ReleaseTrackingRuleEntryKind.
New
)
MetaAnalyzers\ReleaseTrackingHelper.cs (3)
98
currentRuleEntryKind = ReleaseTrackingRuleEntryKind.
New
;
273
ReleaseTrackingRuleEntryKind.
New
=> parts.Length > 4,
481
Debug.Assert(kind is ReleaseTrackingRuleEntryKind.
New
or ReleaseTrackingRuleEntryKind.Removed);