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