1 write to s_elementString
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
2901
s_elementString
= newTable.Add("element");
3 references to s_elementString
System.Runtime.Remoting (3)
metadata\wsdlparser.cs (3)
187
if (MatchingStrings(elementName,
s_elementString
))
1072
part.element = LookupAttribute(
s_elementString
, null, false);
2114
else if (MatchingStrings(elementName,
s_elementString
))