13 instantiations of PrimitiveTypeReference
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (13)
Modeler\TypeReference.cs (13)
16public static readonly TypeReference Boolean = new PrimitiveTypeReference("boolean"); 17public static readonly TypeReference Int32 = new PrimitiveTypeReference("int32"); 18public static readonly TypeReference Int64 = new PrimitiveTypeReference("int64"); 19public static readonly TypeReference Float = new PrimitiveTypeReference("float"); 20public static readonly TypeReference Double = new PrimitiveTypeReference("double"); 21public static readonly TypeReference String = new PrimitiveTypeReference("string"); 22public static readonly TypeReference Byte = new PrimitiveTypeReference("byte"); 23public static readonly TypeReference Date = new PrimitiveTypeReference("date"); 24public static readonly TypeReference DateTime = new PrimitiveTypeReference("date-time"); 25public static readonly TypeReference Uuid = new PrimitiveTypeReference("uuid"); 26public static readonly TypeReference File = new PrimitiveTypeReference("file"); 27public static readonly TypeReference Void = new PrimitiveTypeReference("void"); 28public static readonly TypeReference Any = new PrimitiveTypeReference("any");