1 instantiation of SerializableStruct
ComDisabled.Tests (1)
Control.ActiveXImplTests.cs (1)
20SerializableStruct myValue = new() { Value = "HelloThere" };
2 references to SerializableStruct
ComDisabled.Tests (2)
Control.ActiveXImplTests.cs (2)
20SerializableStruct myValue = new() { Value = "HelloThere" }; 38public SerializableStruct SerializableValue { get; set; }