Esempio n. 1
0
 protected XmlCompletionSource(ITextView textView)
 {
     XmlParser = XmlBackgroundParser.GetParser(textView.TextBuffer);
     TextView  = textView;
     InitializeBuiltinItems();
 }
Esempio n. 2
0
 public static bool TryGetParser(ITextBuffer buffer, out XmlBackgroundParser parser)
 => buffer.Properties.TryGetProperty(typeof(XmlBackgroundParser), out parser);