7 references to IsNullableOfT
Microsoft.Gen.Logging (7)
Parsing\Parser.cs (1)
565if (paramTypeSymbol.IsNullableOfT())
Parsing\Parser.LogProperties.cs (5)
43if (paramTypeSymbol.IsNullableOfT()) 184if (extractedType.IsNullableOfT()) 220if (property.Type.IsValueType && !property.Type.IsNullableOfT()) 271if (extractedType.IsNullableOfT()) 341if (symType.IsNullableOfT())
Parsing\Parser.Records.cs (1)
127if (memberType.IsNullableOfT())