1 write to ValidateValueCallback
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestProperty\TestProperty.cs (1)
79ValidateValueCallback = validateValueCallback;
4 references to ValidateValueCallback
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestPropertyConverter.cs (1)
16/// and skips the <see cref="TestProperty.ValidateValueCallback"/> delegate which cannot be serialized.
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
TestObject.cs (2)
233_store[property] = property.ValidateValueCallback == null || property.ValidateValueCallback(value)
TestProperty\TestProperty.cs (1)
385ValidateValueCallback,