2 writes to isSingle
System.ServiceModel (2)
System\UriTemplateTrieNode.cs (2)
633this.isSingle = true; 639this.isSingle = false;
3 references to isSingle
System.ServiceModel (3)
System\UriTemplateTrieNode.cs (3)
648return this.isSingle; 655Fx.Assert(!this.isSingle, "!this.isSingle"); 663Fx.Assert(this.isSingle, "this.isSingle");