7 references to ReadEncodedInt32
System.Activities (7)
System\Activities\Debugger\Symbol\ActivitySymbol.cs (5)
63this.StartLine = SymbolHelper.ReadEncodedInt32(reader); 64this.StartColumn = SymbolHelper.ReadEncodedInt32(reader); 65this.EndLine = SymbolHelper.ReadEncodedInt32(reader); 66this.EndColumn = SymbolHelper.ReadEncodedInt32(reader); 67int qidLength = SymbolHelper.ReadEncodedInt32(reader);
System\Activities\Debugger\Symbol\WorkflowSymbol.cs (2)
54int numSymbols = SymbolHelper.ReadEncodedInt32(reader); 74int bytesCount = SymbolHelper.ReadEncodedInt32(reader);