1 write to _generatedTypes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
46
_generatedTypes
= new Dictionary<ContractDescription, ServiceContractGenerationContext>();
2 references to _generatedTypes
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
130
if (!
_generatedTypes
.TryGetValue(contractDescription, out context))
142
_generatedTypes
.Add(contractDescription, context);