2 writes to pPDB
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1083header.pPDB = 0;
Internal\SrgsCompiler\CFGGrammar.cs (1)
125pPDB = br.ReadUInt32();
2 references to pPDB
System.Speech (2)
Internal\SrgsCompiler\CFGGrammar.cs (2)
388assemblyDebugSymbols = pFH.cPDB > 0 ? Load<byte>(streamHelper, pFH.pPDB, pFH.cPDB) : null; 485CheckSetOffsets(pFH.pPDB, pFH.cPDB * sizeof(byte), ref ullStartOffset, pFH.ulTotalSerializedSize);