2 writes to BasePath
System.Speech (2)
Internal\SrgsCompiler\CFGGrammar.cs (2)
286header.BasePath = null; 304header.BasePath = streamHelper.ReadNullTerminatedString();
2 references to BasePath
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (2)
961if (header.BasePath != null) 963SetBasePath(header.BasePath);