6 references to _uniqueKey
Microsoft.CodeAnalysis.EditorFeatures (6)
Tagging\AbstractAsynchronousTaggerProvider.cs (6)
172? textView.TryGetPerSubjectBufferProperty(subjectBuffer, _uniqueKey, out tagSource) 173: subjectBuffer.Properties.TryGetProperty(_uniqueKey, out tagSource); 180textView.RemovePerSubjectBufferProperty<TagSource, ITextView>(subjectBuffer, _uniqueKey); 184subjectBuffer.Properties.RemoveProperty(_uniqueKey); 192textView.AddPerSubjectBufferProperty(subjectBuffer, _uniqueKey, tagSource); 196subjectBuffer.Properties.AddProperty(_uniqueKey, tagSource);