1 write to pathSegmentVariableNamesSnapshot
System.ServiceModel (1)
System\UriTemplate.cs (1)
1180
Interlocked.CompareExchange<ReadOnlyCollection<string>>(ref this.
pathSegmentVariableNamesSnapshot
, new ReadOnlyCollection<string>(
2 references to pathSegmentVariableNamesSnapshot
System.ServiceModel (2)
System\UriTemplate.cs (2)
1178
if (this.
pathSegmentVariableNamesSnapshot
== null)
1183
return this.
pathSegmentVariableNamesSnapshot
;