10 references to IsNullableOfT
Microsoft.Gen.Logging (7)
Parsing\Parser.cs (1)
640
if (paramTypeSymbol.
IsNullableOfT
())
Parsing\Parser.LogProperties.cs (5)
42
if (paramTypeSymbol.
IsNullableOfT
())
183
if (extractedType.
IsNullableOfT
())
219
if (property.Type.IsValueType && !property.Type.
IsNullableOfT
())
270
if (extractedType.
IsNullableOfT
())
340
if (symType.
IsNullableOfT
())
Parsing\Parser.Records.cs (1)
126
if (memberType.
IsNullableOfT
())
Microsoft.Gen.Logging.Unit.Tests (3)
LogParserUtilitiesTests.cs (3)
25
var result = typeSymbolMock.Object.
IsNullableOfT
();
31
result = typeSymbolMock.Object.
IsNullableOfT
();
41
var result = typeSymbolMock.Object.
IsNullableOfT
();