3 writes to faultActor
mscorlib (3)
system\runtime\serialization\formatters\soapfault.cs (3)
47
this.
faultActor
= faultActor;
71
faultActor
= (String)value;
103
set {
faultActor
= value;}
3 references to faultActor
mscorlib (3)
system\runtime\serialization\formatters\soapfault.cs (3)
82
if (
faultActor
!= null)
83
info.AddValue("faultactor",
faultActor
);
102
get {return
faultActor
;}