13 references to GetAttribute
System.Web (13)
Compilation\BuildResult.cs (9)
267
string s = pfr.
GetAttribute
("flags");
433
_customString = pfr.
GetAttribute
("customString");
469
string assemblyName = pfr.
GetAttribute
("assembly");
595
string assemblyName = pfr.
GetAttribute
("assembly");
662
string appInitializeClass = pfr.
GetAttribute
("appInitializeClass");
785
ResourcesDependenciesHash = pfr.
GetAttribute
("resHash");
919
string typeName = pfr.
GetAttribute
("type");
1257
String _ccuPreservationFileName = pfr.
GetAttribute
(fileNameAttribute);
1307
String ccuPreservationFileName = pfr.
GetAttribute
(fileNameAttribute);
Compilation\PreservationFileReader.cs (4)
78
string resultTypeCodeString =
GetAttribute
("resultType");
85
virtualPath = VirtualPath.Create(
GetAttribute
("virtualPath"));
93
string hashString =
GetAttribute
("hash");
103
savedFileHash =
GetAttribute
("filehash");