2 writes to FormatId
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1015header.FormatId = CfgGrammar._SPGDF_ContextFree;
Internal\SrgsCompiler\CFGGrammar.cs (1)
86FormatId = new Guid(br.ReadBytes(16));
3 references to FormatId
System.Speech (3)
Internal\SrgsCompiler\CFGGrammar.cs (3)
87if (FormatId != CfgGrammar._SPGDF_ContextFree) 259header.FormatId = cfgSerializedHeader.FormatId; 322if (pFH.FormatId != CfgGrammar._SPGDF_ContextFree)