2 references to GetGuid
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
906return _bufferReader.GetGuid(_offset);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
512Guid guid = GetGuid(offset);