5 references to GetAttribute
Microsoft.Build.Tasks.Core (5)
ManifestUtil\MetadataReader.cs (5)
351string name = refid.GetAttribute(null, "name"); 352string version = refid.GetAttribute(null, "version"); 353string publicKeyToken = refid.GetAttribute(null, "publicKeyToken"); 363string culture = refid.GetAttribute(null, "culture"); 364string processorArchitecture = refid.GetAttribute(null, "processorArchitecture");