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