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