1 instantiation of DictionaryTypeReference
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (1)
Modeler\TypeReference.cs (1)
66return new DictionaryTypeReference(valueType);
5 references to DictionaryTypeReference
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (5)
Languages\angular\Angular.cs (3)
47if (reference is TypeReference.DictionaryTypeReference dictTypeRef) 140if (reference is TypeReference.DictionaryTypeReference dictTypeRef) 229if (reference is TypeReference.DictionaryTypeReference dictTypeRef)
Languages\csharp\CSharp.cs (2)
91if (reference is TypeReference.DictionaryTypeReference dictTypeRef) 262type is TypeReference.DictionaryTypeReference ||