10 references to AttributeType
System (5)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
3076
if( current.
AttributeType
!= null) {
3077
Output.Write(GetTypeOutput(current.
AttributeType
));
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
682
if( current.
AttributeType
!= null) {
683
Output.Write(GetTypeOutput(current.
AttributeType
));
compmod\system\codedom\compiler\CodeValidator.cs (1)
151
ValidateTypeReference(current.
AttributeType
);
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityAttributeGenerationHelper.cs (1)
20
if (attribute.
AttributeType
.BaseType == refT.BaseType)
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
189
if (attr.
AttributeType
.BaseType == dataContractAttributeTypeRef.BaseType)
System\ServiceModel\Description\OperationGenerator.cs (1)
761
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ParameterModeException(SR.GetString(SR.SfxUseTypedMessageForCustomAttributes, setting.Name, localAttributes[0].
AttributeType
.BaseType)));
System.Web (1)
Compilation\ObjectFactoryCodeDomTreeGenerator.cs (1)
172
if(attr.
AttributeType
?.BaseType == optionalAttributeTypeName) {
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1687
if (String.Equals(codeAttribute.
AttributeType
.BaseType, typeof(System.ServiceModel.ServiceContractAttribute).FullName, StringComparison.Ordinal))