Implemented interface member:
property
ClrTypeName
System.Runtime.Serialization.IDataNode.ClrTypeName
2 references to ClrTypeName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataObject.cs (2)
186
if (
ClrTypeName
!= null)
187
element.AddAttribute(Globals.SerPrefix, Globals.SerializationNamespace, Globals.ClrTypeLocalName,
ClrTypeName
);