1 write to _guid
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1137_guid = new byte[16];
4 references to _guid
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (4)
1136if (_guid == null) 1138System.Buffer.BlockCopy(_buffer, offset, _guid, 0, _guid.Length); 1139return new Guid(_guid);