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