3 references to s_initialDiagnosticRequestInfoKey
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (3)
178
if (!properties.ContainsProperty(
s_initialDiagnosticRequestInfoKey
))
179
properties[
s_initialDiagnosticRequestInfoKey
] = snapshot.Version.VersionNumber;
190
if (properties.GetProperty<int>(
s_initialDiagnosticRequestInfoKey
) != snapshot.Version.VersionNumber)