9 references to ElementAsXml
System.IdentityModel (9)
System\IdentityModel\Configuration\ConfigurationElementInterceptor.cs (2)
74
if ( ( elementXml != null ) && (
ElementAsXml
.ChildNodes.Count != 0 ) )
76
return
ElementAsXml
.ChildNodes;
System\IdentityModel\Configuration\TypeResolveHelper.cs (7)
23
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new TypeLoadException(SR.GetString(SR.ID8030, customTypeElement.
ElementAsXml
.OuterXml)));
36
if (customTypeElement.
ElementAsXml
!= null)
41
foreach (XmlNode node in customTypeElement.
ElementAsXml
.ChildNodes)
45
customTypeElement.
ElementAsXml
.RemoveChild(node);
58
if (customTypeElement.
ElementAsXml
!= null && customTypeElement.
ElementAsXml
.ChildNodes.Count > 0)
63
customConfiguration.LoadCustomConfiguration(customTypeElement.
ElementAsXml
.ChildNodes);