2 instantiations of FaultContractAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
182[FaultContract(typeof(string), Action = "*", ProtectionLevel = System.Net.Security.ProtectionLevel.Sign)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
231[FaultContract(typeof(string), Action = "*", ProtectionLevel = System.Net.Security.ProtectionLevel.Sign)]
9 references to FaultContractAttribute
dotnet-svcutil-lib (9)
CodeDomFixup\CodeDomVisitors\AttributeFixer.cs (1)
71else if (CodeDomHelpers.MatchType(attr.AttributeType, typeof(FaultContractAttribute)))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
607CodeAttributeDeclaration faultContractAttr = new CodeAttributeDeclaration(context.ServiceContractGenerator.GetCodeTypeReference(typeof(FaultContractAttribute)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (7)
972object[] methodAttributes = ServiceReflector.GetCustomAttributes(methodInfo, typeof(FaultContractAttribute), false); 981FaultContractAttribute knownFault = (FaultContractAttribute)methodAttributes[i]; 1095private FaultDescription CreateFaultDescription(FaultContractAttribute attr, 1662typeof(FaultContractAttribute).Name))); 1782typeof(FaultContractAttribute).Name))); 1903typeof(FaultContractAttribute).Name)));