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)
1136
if (
_guid
== null)
1138
System.Buffer.BlockCopy(_buffer, offset,
_guid
, 0,
_guid
.Length);
1139
return new Guid(
_guid
);