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