1 write to _filename
System.Speech (1)
Internal\SrgsParser\XmlParser.cs (1)
48
_filename
= !uri.IsAbsoluteUri || !uri.IsFile ? uri.OriginalString : uri.LocalPath;
9 references to _filename
System.Speech (9)
Internal\SrgsParser\XmlParser.cs (9)
51
int iPosSlash =
_filename
.LastIndexOfAny(s_slashBackSlash);
52
_shortFilename = iPosSlash >= 0 ?
_filename
.Substring(iPosSlash + 1) :
_filename
;
97
ThrowSrgsExceptionWithPosition(
_filename
, _reader, SR.Get(SRID.InvalidXmlFormat), eXml);
104
ThrowSrgsExceptionWithPosition(
_filename
, _reader, e.Message, e.InnerException);
1192
int line =
_filename
!= null ? _xmlTextReader!.LineNumber : -1;
1227
_parser.AddScript(grammar, GetStringContent(reader),
_filename
, line);
1233
_scripts.Add(new ForwardReference(sRule, _parser.AddScript(grammar, sRule, GetStringContent(reader),
_filename
, line)));
1843
if (
_filename
!= null)