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