1 instantiation of TypeModelReference
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (1)
Modeler\TypeReference.cs (1)
52
reference = new
TypeModelReference
(typeModel);
6 references to TypeModelReference
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (6)
Languages\angular\Angular.cs (3)
26
if (reference is TypeReference.
TypeModelReference
typeModelRef)
111
if (reference is TypeReference.
TypeModelReference
typeModelRef)
200
if (reference is TypeReference.
TypeModelReference
typeModelRef)
Languages\csharp\CSharp.cs (3)
81
if (reference is TypeReference.
TypeModelReference
typeModelRef)
256
if (type is TypeReference.
TypeModelReference
modelRef)
274
type is TypeReference.
TypeModelReference
||