21 references to GetAttribute
illink (21)
Linker.Steps\BodySubstitutionParser.cs (7)
64
string action =
GetAttribute
(methodNav, "body");
70
string value =
GetAttribute
(methodNav, "value");
91
string name =
GetAttribute
(fieldNav, "name");
106
string value =
GetAttribute
(fieldNav, "value");
118
string init =
GetAttribute
(fieldNav, "initialize");
130
string name =
GetAttribute
(resourceNav, "name");
136
string action =
GetAttribute
(resourceNav, "action");
Linker.Steps\DescriptorMarker.cs (3)
150
string attribute =
GetAttribute
(nav, _preserve);
260
string attribute =
GetAttribute
(nav, _required);
269
string accessorsValue =
GetAttribute
(nav, _accessors);
Linker.Steps\LinkAttributesParser.cs (5)
50
string internalAttribute =
GetAttribute
(attributeNav, "internal");
343
string typeName =
GetAttribute
(nav, "type");
414
string assemblyName =
GetAttribute
(nav, "assembly");
475
if (nested.Name ==
GetAttribute
(nestedTypeNav, "name") && ShouldProcessElement (nestedTypeNav))
499
string paramName =
GetAttribute
(parameterNav, "name");
Linker.Steps\ProcessLinkerXmlBase.cs (6)
318
string name =
GetAttribute
(nav, NameAttributeName);
362
string name =
GetAttribute
(nav, NameAttributeName);
414
string name =
GetAttribute
(nav, NameAttributeName);
451
return
GetAttribute
(nav, FullNameAttributeName);
456
return
GetAttribute
(nav, NameAttributeName);
461
return
GetAttribute
(nav, SignatureAttributeName);