27 references to GetCodeTypeReference
System.Runtime.Serialization.Schema (27)
System\Runtime\Serialization\Schema\CodeExporter.cs (27)
308return GetCodeTypeReference(dataContract.UnderlyingType);
327CodeTypeReference codeTypeReference = GetCodeTypeReference(type);
568return GetCodeTypeReference(type);
575typeReference = GetCodeTypeReference(type);
683typeReference = GetCodeTypeReference(type);
701typeReference = GetCodeTypeReference(type);
716CodeTypeReference typeReference = GetCodeTypeReference(type);
1023CodeTypeReference nullableOfMemberType = GetCodeTypeReference(typeof(Nullable<>));
1240baseTypeReference = GetCodeTypeReference(typeof(List<>));
1687get { return GetCodeTypeReference(typeof(System.ComponentModel.INotifyPropertyChanged)); }
1702get { return new CodeParameterDeclarationExpression(GetCodeTypeReference(typeof(SerializationInfo)), ImportGlobals.SerializationInfoFieldName); }
1707get { return new CodeParameterDeclarationExpression(GetCodeTypeReference(typeof(StreamingContext)), ImportGlobals.ContextFieldName); }
1712get { return new CodeAttributeDeclaration(GetCodeTypeReference(typeof(SerializableAttribute))); }
1719return CreateProperty(GetCodeTypeReference(ImportGlobals.TypeOfXmlNodeArray), ImportGlobals.NodeArrayPropertyName, ImportGlobals.NodeArrayFieldName, false/*isValueType*/);
1728nodeArrayField.Type = GetCodeTypeReference(ImportGlobals.TypeOfXmlNodeArray);
1748new CodeTypeReferenceExpression(GetCodeTypeReference(typeof(XmlSerializableServices))),
1769new CodeTypeReferenceExpression(GetCodeTypeReference(typeof(XmlSerializableServices))),
1787getSchemaMethod.ReturnType = GetCodeTypeReference(typeof(XmlSchema));
1799getSchemaStaticMethod.ReturnType = GetCodeTypeReference(ImportGlobals.TypeOfXmlQualifiedName);
1805new CodeTypeReferenceExpression(GetCodeTypeReference(typeof(XmlSerializableServices))),
1860serializationInfoField.Type = GetCodeTypeReference(typeof(SerializationInfo));
1871return CreateProperty(GetCodeTypeReference(typeof(SerializationInfo)), ImportGlobals.SerializationInfoPropertyName, ImportGlobals.SerializationInfoFieldName, false/*isValueType*/);
1896getEnumerator.Type = GetCodeTypeReference(typeof(SerializationInfoEnumerator));
1904getCurrent.Type = GetCodeTypeReference(typeof(SerializationEntry));
1945extensionDataObjectField.Type = GetCodeTypeReference(typeof(ExtensionDataObject));
1957extensionDataObjectProperty.Type = GetCodeTypeReference(typeof(ExtensionDataObject));
2000propertyChangedEvent.Type = GetCodeTypeReference(typeof(PropertyChangedEventHandler));