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