2 references to CodeAttributeDeclaration
dotnet-svcutil-lib (2)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (1)
137CodeAttributeDeclaration xmlSchemaProviderAttribute = new CodeAttributeDeclaration(new CodeTypeReference(typeof(Microsoft.Xml.Serialization.XmlSchemaProviderAttribute)),
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeDeclaration.cs (1)
61public CodeAttributeDeclaration(CodeTypeReference attributeType) : this(attributeType, null)