1 write to clrType
System.Xml (1)
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
142
this.
clrType
= clrType.Replace('+', '.');
3 references to clrType
System.Xml (3)
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (3)
153
internal string Name { get { return
clrType
; } }
174
if (
clrType
== type.Name) {
176
throw new InvalidOperationException(Res.GetString(Res.XmlExtensionDuplicateDefinition, extension.GetType().FullName,
clrType
));