when calling XmlCompletionTrigger.GetTrigger() here: `="A|"` it returns None instead of AttributeValue because context.CurrentStateLength == 2 here: https://github.com/mhutch/MonoDevelop.Xml/blob/93927f4dae3dcc508e7e00550ebb23c94664277d/Core/Completion/XmlCompletionTriggering.cs#L95
when calling XmlCompletionTrigger.GetTrigger() here:
="A|"it returns None instead of AttributeValue because context.CurrentStateLength == 2 here:MonoDevelop.Xml/Core/Completion/XmlCompletionTriggering.cs
Line 95 in 93927f4