2 references to OnDuplicateEntryInRelease
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer_ReleaseTracking.cs (2)
181
shippedData = ReadReleaseTrackingData(shippedText.Path, shippedText.GetTextOrEmpty(cancellationToken),
OnDuplicateEntryInRelease
, OnInvalidEntry, isShippedFile: true);
182
unshippedData = ReadReleaseTrackingData(unshippedText.Path, unshippedText.GetTextOrEmpty(cancellationToken),
OnDuplicateEntryInRelease
, OnInvalidEntry, isShippedFile: false);