1 instantiation of TypeModelReference
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (1)
Modeler\TypeReference.cs (1)
49
reference = new
TypeModelReference
(typeModel);
6 references to TypeModelReference
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (6)
Languages\angular\Angular.cs (3)
23
if (reference is TypeReference.
TypeModelReference
typeModelRef)
108
if (reference is TypeReference.
TypeModelReference
typeModelRef)
197
if (reference is TypeReference.
TypeModelReference
typeModelRef)
Languages\csharp\CSharp.cs (3)
78
if (reference is TypeReference.
TypeModelReference
typeModelRef)
242
if (type is TypeReference.
TypeModelReference
modelRef)
260
type is TypeReference.
TypeModelReference
||