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