2 instantiations of StringResource
Microsoft.Build.Tasks.Core (2)
ResourceHandling\MSBuildResXReader.cs (2)
148
resources.Add(new
StringResource
(name, value, resxFilename));
257
resources.Add(new
StringResource
(name, sr.ReadToEnd(), resxFilename));
3 references to StringResource
Microsoft.Build.Tasks.UnitTests (3)
ResourceHandling\MSBuildResXReader_Tests.cs (3)
108
resxWithTwoStrings[0].ShouldBeOfType<
StringResource
>()
112
resxWithTwoStrings[1].ShouldBeOfType<
StringResource
>()
192
resources[0].ShouldBeOfType<
StringResource
>()