3 references to IsTrivial
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (3)
197
get { return !
IsTrivial
(this.FaultTo); }
202
get { return !
IsTrivial
(this.From); }
207
get { return !
IsTrivial
(this.ReplyTo); }