1 write to _smlContent
System.Speech (1)
Result\RecognizedPhrase.cs (1)
78_smlContent = document.OuterXml;
5 references to _smlContent
System.Speech (5)
Result\RecognizedPhrase.cs (5)
35[MemberNotNull(nameof(_smlContent))] 38if (!string.IsNullOrEmpty(_smlContent)) 41smlDocument.LoadXml(_smlContent); 385if (_smlContent == null) 390return _smlContent;