3 writes to type
System.Xml (3)
System\Xml\Serialization\Types.cs (3)
120this.type = type; 126this.type = type; 322nullableTypeDesc.type = type;
3 references to type
System.Xml (3)
System\Xml\Serialization\Types.cs (3)
160cSharpName = type == null ? CodeIdentifier.GetCSharpName(fullName) : CodeIdentifier.GetCSharpName(type); 171get { return type; }