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