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