1 instantiation of DictionaryTypeReference
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (1)
Modeler\TypeReference.cs (1)
63return new DictionaryTypeReference(valueType);
5 references to DictionaryTypeReference
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (5)
Languages\angular\Angular.cs (3)
44if (reference is TypeReference.DictionaryTypeReference dictTypeRef) 137if (reference is TypeReference.DictionaryTypeReference dictTypeRef) 226if (reference is TypeReference.DictionaryTypeReference dictTypeRef)
Languages\csharp\CSharp.cs (2)
88if (reference is TypeReference.DictionaryTypeReference dictTypeRef) 259type is TypeReference.DictionaryTypeReference ||