MCPcopy Create free account
hub / github.com/apache/fory / IsDateType

Method IsDateType

csharp/src/Fory.Generator/ForyModelGenerator.cs:3986–3989  ·  view source on GitHub ↗
(ITypeSymbol symbol)

Source from the content-addressed store, hash-verified

3984 }
3985
3986 private static bool IsDateType(ITypeSymbol symbol)
3987 {
3988 return string.Equals(symbol.ToDisplayString(), "System.DateOnly", StringComparison.Ordinal);
3989 }
3990
3991 private static bool IsTimestampType(ITypeSymbol symbol)
3992 {

Callers

nothing calls this directly

Calls 1

EqualsMethod · 0.45

Tested by

no test coverage detected