20 references to GetCodeTypeReference
dotnet-svcutil-lib (20)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (20)
351return GetCodeTypeReference(dataContract.UnderlyingType); 558return GetCodeTypeReference(type); 565typeReference = GetCodeTypeReference(type); 648typeReference = GetCodeTypeReference(type); 663typeReference = GetCodeTypeReference(type); 683CodeTypeReference typeReference = GetCodeTypeReference(type); 712CodeTypeReference typeReference = GetCodeTypeReference(type); 1014CodeTypeReference nullableOfMemberType = GetCodeTypeReference(Globals.TypeOfNullable); 1148baseTypeReference = GetCodeTypeReference(Globals.TypeOfListGeneric); 1547get { return GetCodeTypeReference(typeof(System.ComponentModel.INotifyPropertyChanged)); } 1563return CreateProperty(GetCodeTypeReference(Globals.TypeOfXmlNodeArray), Globals.NodeArrayPropertyName, Globals.NodeArrayFieldName, false/*isValueType*/); 1572nodeArrayField.Type = GetCodeTypeReference(Globals.TypeOfXmlNodeArray); 1591new CodeTypeReferenceExpression(GetCodeTypeReference(Globals.TypeOfXmlSerializableServices)), 1612new CodeTypeReferenceExpression(GetCodeTypeReference(Globals.TypeOfXmlSerializableServices)), 1630getSchemaMethod.ReturnType = GetCodeTypeReference(typeof(XmlSchema)); 1642getSchemaStaticMethod.ReturnType = GetCodeTypeReference(Globals.TypeOfXmlQualifiedName); 1648new CodeTypeReferenceExpression(GetCodeTypeReference(typeof(XmlSerializableServices))), 1668extensionDataObjectField.Type = GetCodeTypeReference(Globals.TypeOfExtensionDataObject); 1680extensionDataObjectProperty.Type = GetCodeTypeReference(Globals.TypeOfExtensionDataObject); 1723propertyChangedEvent.Type = GetCodeTypeReference(typeof(PropertyChangedEventHandler));