4 references to GuidPolyfill
Microsoft.TestPlatform.CommunicationUtilities (2)
Serialization\TestCaseConverter.cs (1)
75
testCase.Id =
GuidPolyfill
.Parse(propertyData!, CultureInfo.InvariantCulture);
Serialization\TestCaseConverterV2.cs (1)
36
testCase.Id =
GuidPolyfill
.Parse(id.GetString()!, CultureInfo.InvariantCulture);
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionAttachmentManager.cs (1)
289
GuidPolyfill
.Parse(testCaseId, CultureInfo.InvariantCulture)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestCase.cs (1)
271
Id =
GuidPolyfill
.Parse(guidString, CultureInfo.InvariantCulture);