2 instantiations of ResourceData
Microsoft.Build.Tasks.Core (2)
system.design\stronglytypedresourcebuilder.cs (2)
125
? new
ResourceData
(liveObject.Value.GetType(), liveObject.Value.ToString())
126
: new
ResourceData
(resource.Value.TypeFullName, resource.Value.TypeAssemblyQualifiedName);
11 references to ResourceData
Microsoft.Build.Tasks.Core (11)
system.design\stronglytypedresourcebuilder.cs (11)
121
var resourceTypes = new Dictionary<String,
ResourceData
>(StringComparer.InvariantCultureIgnoreCase);
124
ResourceData
data = resource.Value is LiveObjectResource liveObject
136
private static CodeCompileUnit InternalCreate(Dictionary<String,
ResourceData
> resourceList, String baseName, String generatedCodeNamespace, String resourcesNamespace, CodeDomProvider codeProvider, bool internalClass, out String[] unmatchable)
156
SortedList<string,
ResourceData
> cleanedResourceList = VerifyResourceNames(resourceList, codeProvider, errors, out Dictionary<string, string> reverseFixupTable);
238
foreach (KeyValuePair<string,
ResourceData
> entry in cleanedResourceList)
520
private static bool DefineResourceFetchingProperty(String propertyName, String resourceName,
ResourceData
data, CodeTypeDeclaration srClass, bool internalClass, bool useStatic)
714
private static SortedList<string,
ResourceData
> VerifyResourceNames(
715
Dictionary<String,
ResourceData
> resourceList,
722
new SortedList<string,
ResourceData
>(StringComparer.InvariantCultureIgnoreCase)
727
foreach (KeyValuePair<String,
ResourceData
> entry in resourceList)
778
ResourceData
value = entry.Value;