21 references to GetAttribute
illink (21)
Linker.Steps\BodySubstitutionParser.cs (7)
65
string action =
GetAttribute
(methodNav, "body");
72
string value =
GetAttribute
(methodNav, "value");
95
string name =
GetAttribute
(fieldNav, "name");
112
string value =
GetAttribute
(fieldNav, "value");
126
string init =
GetAttribute
(fieldNav, "initialize");
142
string name =
GetAttribute
(resourceNav, "name");
149
string action =
GetAttribute
(resourceNav, "action");
Linker.Steps\DescriptorMarker.cs (3)
173
string attribute =
GetAttribute
(nav, _preserve);
290
string attribute =
GetAttribute
(nav, _required);
299
string accessorsValue =
GetAttribute
(nav, _accessors);
Linker.Steps\LinkAttributesParser.cs (5)
51
string internalAttribute =
GetAttribute
(attributeNav, "internal");
372
string typeName =
GetAttribute
(nav, "type");
448
string assemblyName =
GetAttribute
(nav, "assembly");
521
if (nested.Name ==
GetAttribute
(nestedTypeNav, "name") && ShouldProcessElement(nestedTypeNav))
547
string paramName =
GetAttribute
(parameterNav, "name");
Linker.Steps\ProcessLinkerXmlBase.cs (6)
355
string name =
GetAttribute
(nav, NameAttributeName);
407
string name =
GetAttribute
(nav, NameAttributeName);
466
string name =
GetAttribute
(nav, NameAttributeName);
507
return
GetAttribute
(nav, FullNameAttributeName);
512
return
GetAttribute
(nav, NameAttributeName);
517
return
GetAttribute
(nav, SignatureAttributeName);