1 write to _names
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
23
_names
= new SortedList<string, string>(StringComparer.Ordinal);
4 references to _names
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (4)
22
if (
_names
== null)
25
_names
.Add(identifier, identifier);
57
return
_names
== null || !
_names
.ContainsKey(identifier);