27 references to GetCodeTypeReference
System.Runtime.Serialization.Schema (27)
System\Runtime\Serialization\Schema\CodeExporter.cs (27)
308return GetCodeTypeReference(dataContract.UnderlyingType); 327CodeTypeReference codeTypeReference = GetCodeTypeReference(type); 558return GetCodeTypeReference(type); 565typeReference = GetCodeTypeReference(type); 670typeReference = GetCodeTypeReference(type); 688typeReference = GetCodeTypeReference(type); 703CodeTypeReference typeReference = GetCodeTypeReference(type); 1009CodeTypeReference nullableOfMemberType = GetCodeTypeReference(typeof(Nullable<>)); 1222baseTypeReference = GetCodeTypeReference(typeof(List<>)); 1665get { return GetCodeTypeReference(typeof(System.ComponentModel.INotifyPropertyChanged)); } 1680get { return new CodeParameterDeclarationExpression(GetCodeTypeReference(typeof(SerializationInfo)), ImportGlobals.SerializationInfoFieldName); } 1685get { return new CodeParameterDeclarationExpression(GetCodeTypeReference(typeof(StreamingContext)), ImportGlobals.ContextFieldName); } 1690get { return new CodeAttributeDeclaration(GetCodeTypeReference(typeof(SerializableAttribute))); } 1697return CreateProperty(GetCodeTypeReference(ImportGlobals.TypeOfXmlNodeArray), ImportGlobals.NodeArrayPropertyName, ImportGlobals.NodeArrayFieldName, false/*isValueType*/); 1706nodeArrayField.Type = GetCodeTypeReference(ImportGlobals.TypeOfXmlNodeArray); 1726new CodeTypeReferenceExpression(GetCodeTypeReference(typeof(XmlSerializableServices))), 1747new CodeTypeReferenceExpression(GetCodeTypeReference(typeof(XmlSerializableServices))), 1765getSchemaMethod.ReturnType = GetCodeTypeReference(typeof(XmlSchema)); 1777getSchemaStaticMethod.ReturnType = GetCodeTypeReference(ImportGlobals.TypeOfXmlQualifiedName); 1783new CodeTypeReferenceExpression(GetCodeTypeReference(typeof(XmlSerializableServices))), 1838serializationInfoField.Type = GetCodeTypeReference(typeof(SerializationInfo)); 1849return CreateProperty(GetCodeTypeReference(typeof(SerializationInfo)), ImportGlobals.SerializationInfoPropertyName, ImportGlobals.SerializationInfoFieldName, false/*isValueType*/); 1874getEnumerator.Type = GetCodeTypeReference(typeof(SerializationInfoEnumerator)); 1882getCurrent.Type = GetCodeTypeReference(typeof(SerializationEntry)); 1923extensionDataObjectField.Type = GetCodeTypeReference(typeof(ExtensionDataObject)); 1935extensionDataObjectProperty.Type = GetCodeTypeReference(typeof(ExtensionDataObject)); 1978propertyChangedEvent.Type = GetCodeTypeReference(typeof(PropertyChangedEventHandler));