3 writes to _bootstrapMessageProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (3)
66
_bootstrapMessageProperty
= (sourceToken._bootstrapMessageProperty == null) ? null : (SecurityMessageProperty)sourceToken.BootstrapMessageProperty.CreateCopy();
89
_bootstrapMessageProperty
= (from._bootstrapMessageProperty == null) ? null : (SecurityMessageProperty)from.BootstrapMessageProperty.CreateCopy();
114
_bootstrapMessageProperty
= value;
5 references to _bootstrapMessageProperty
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (5)
66
_bootstrapMessageProperty = (sourceToken.
_bootstrapMessageProperty
== null) ? null : (SecurityMessageProperty)sourceToken.BootstrapMessageProperty.CreateCopy();
89
_bootstrapMessageProperty = (from.
_bootstrapMessageProperty
== null) ? null : (SecurityMessageProperty)from.BootstrapMessageProperty.CreateCopy();
110
return
_bootstrapMessageProperty
;
313
if (
_bootstrapMessageProperty
!= null)
315
_bootstrapMessageProperty
.Dispose();