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