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)
69int cBasePath = _basePath != null ? _basePath.Length + 1 : 0; 118System.Diagnostics.Debug.Assert(_basePath != null, "cBasePath should only be positive when we have a _basePath"); 119streamBuffer.WriteArrayChar(_basePath.ToCharArray(), _basePath.Length); 122System.Diagnostics.Debug.Assert(_basePath.Length + 1 == cBasePath);