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