6 references to _uniqueKey
Microsoft.CodeAnalysis.EditorFeatures (6)
Tagging\AbstractAsynchronousTaggerProvider.cs (6)
171? textView.TryGetPerSubjectBufferProperty(subjectBuffer, _uniqueKey, out tagSource) 172: subjectBuffer.Properties.TryGetProperty(_uniqueKey, out tagSource); 179textView.RemovePerSubjectBufferProperty<TagSource, ITextView>(subjectBuffer, _uniqueKey); 183subjectBuffer.Properties.RemoveProperty(_uniqueKey); 191textView.AddPerSubjectBufferProperty(subjectBuffer, _uniqueKey, tagSource); 195subjectBuffer.Properties.AddProperty(_uniqueKey, tagSource);