2 writes to _basePath
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (2)
716
_basePath
= uri.ToString();
720
_basePath
= null;
6 references to _basePath
System.Speech (6)
Internal\SrgsCompiler\BackEnd.cs (6)
69
int cBasePath =
_basePath
!= null ?
_basePath
.Length + 1 : 0;
118
System.Diagnostics.Debug.Assert(
_basePath
!= null, "cBasePath should only be positive when we have a _basePath");
119
streamBuffer.WriteArrayChar(
_basePath
.ToCharArray(),
_basePath
.Length);
122
System.Diagnostics.Debug.Assert(
_basePath
.Length + 1 == cBasePath);