1 write to ValidateValueCallback
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestProperty\TestProperty.cs (1)
79
ValidateValueCallback
= validateValueCallback;
6 references to ValidateValueCallback
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\63\TestPlatformJsonContext.TestProperty.g.cs (2)
148
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)obj).
ValidateValueCallback
,
223
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)value).
ValidateValueCallback
, ValidateValueCallback);
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)
385
ValidateValueCallback
,