1 write to Value
Microsoft.Build.Tasks.Core (1)
ResourceHandling\LiveObjectResource.cs (1)
18
Value
= value;
13 references to Value
Microsoft.Build.Tasks.Core (8)
GenerateResource.cs (1)
3811
Object v = entry?.
Value
;
ResourceHandling\LiveObjectResource.cs (3)
24
public string TypeAssemblyQualifiedName =>
Value
.GetType().AssemblyQualifiedName;
26
public string TypeFullName =>
Value
.GetType().FullName;
30
writer.AddResource(Name,
Value
);
ResourceHandling\StringResource.cs (2)
24
writer.AddResource(Name, (string)
Value
);
29
return $"StringResource(\"{Name}\", \"{
Value
}\")";
system.design\stronglytypedresourcebuilder.cs (2)
125
? new ResourceData(liveObject.
Value
.GetType(), liveObject.
Value
.ToString())
Microsoft.Build.Tasks.UnitTests (5)
ResourceHandling\MSBuildResXReader_Tests.cs (5)
109
.
Value
.ShouldBe("StringValue");
113
.
Value
.ShouldBe("2StringValue2");
131
.
Value
.ShouldBeNull();
193
.
Value
.ShouldBe(value);
313
resource.
Value