5 references to GetAttribute
Microsoft.Build.Tasks.Core (5)
ManifestUtil\MetadataReader.cs (5)
356string name = refid.GetAttribute(null, "name"); 357string version = refid.GetAttribute(null, "version"); 358string publicKeyToken = refid.GetAttribute(null, "publicKeyToken"); 368string culture = refid.GetAttribute(null, "culture"); 369string processorArchitecture = refid.GetAttribute(null, "processorArchitecture");