Implemented interface member:
20 references to Count
dotnet-svcutil-lib (20)
CommandProcessorOptions.cs (10)
144
if (cmdOptions.Errors.Count() == 0 && cmdOptions.Inputs.
Count
== 1)
303
if (this.Inputs.
Count
> 0)
599
this.TypeReuseMode = this.References.
Count
== 0 ? Svcutil.TypeReuseMode.All : Svcutil.TypeReuseMode.Specified;
615
using (var logger = await SafeLogger.WriteStartOperationAsync(this.Logger, $"Processing {nameof(this.References)}, count: {this.References.
Count
}. Reference resolution enabled: {resolveReferences}").ConfigureAwait(false))
628
for (int idx = this.References.
Count
- 1; idx >= 0; idx--)
644
using (var logger = await SafeLogger.WriteStartOperationAsync(this.Logger, $"Processing {nameof(this.NamespaceMappings)}, count: {this.NamespaceMappings.
Count
}").ConfigureAwait(false))
646
if (this.NamespaceMappings.
Count
== 0)
710
if (this.Inputs.
Count
== 0)
715
using (var safeLogger = await SafeLogger.WriteStartOperationAsync(this.Logger, $"Processing inputs, count: {this.Inputs.
Count
} ...").ConfigureAwait(false))
717
for (int idx = 0; idx < this.Inputs.
Count
; idx++)
Shared\Options\ListValue.cs (4)
69
int ICollection.Count { get { return this.
Count
; } }
96
return this.
Count
- 1;
101
Insert(this.
Count
, value);
102
return this.
Count
- 1;
Shared\Options\ListValueOption.cs (1)
37
public override bool HasValue { get { return this.InnerList.
Count
> 0; } }
Shared\Options\UpdateOptions.cs (2)
92
for (int idx = 0; idx < this.Inputs.
Count
; idx++)
110
for (int idx = 0; idx < this.Inputs.
Count
; idx++)
Shared\Options\WCFCSUpdateOptions.cs (2)
86
if (this.CollectionTypeReference.
Count
> 0)
91
if (this.DictionaryCollectionTypeReference.
Count
> 0)
Tool.cs (1)
204
ServiceDescriptor serviceDescriptor = options.Inputs.
Count
== 1 ?