3 writes to scopes
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (3)
99
this.
scopes
= new OpenableScopeCollection(this.isOpen);
350
this.
scopes
= null;
375
this.
scopes
= new OpenableScopeCollection(false);
7 references to scopes
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (7)
97
if (this.
scopes
== null)
102
return this.
scopes
;
376
SerializationUtility.ReadScopes(this.
scopes
, reader);
427
SerializationUtility.WriteScopes(discoveryVersion, this.
scopes
, null, writer);
448
if (this.
scopes
!= null)
450
this.
scopes
.Open();
451
this.compiledScopes = ScopeCompiler.Compile(this.
scopes
);