2 instantiations of FaultContractAttribute
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustDec2005.cs (1)
183[FaultContract(typeof(string), Action = "*", ProtectionLevel = System.Net.Security.ProtectionLevel.Sign)]
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
273[FaultContract(typeof(string), Action = "*", ProtectionLevel = System.Net.Security.ProtectionLevel.Sign)]
8 references to FaultContractAttribute
System.ServiceModel (8)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
661CodeAttributeDeclaration faultContractAttr = new CodeAttributeDeclaration(context.ServiceContractGenerator.GetCodeTypeReference(typeof(FaultContractAttribute)));
System\ServiceModel\Description\TypeLoader.cs (7)
924object[] methodAttributes = ServiceReflector.GetCustomAttributes(methodInfo, typeof(FaultContractAttribute), false); 933FaultContractAttribute knownFault = (FaultContractAttribute)methodAttributes[i]; 1047FaultDescription CreateFaultDescription(FaultContractAttribute attr, 1625typeof(FaultContractAttribute).Name))); 1746typeof(FaultContractAttribute).Name))); 1868typeof(FaultContractAttribute).Name)));