4 references to PotentiallyNull
Microsoft.Gen.Logging (4)
Emission\Emitter.Method.cs (4)
228
var question = lp.
PotentiallyNull
? "?" : string.Empty;
441
if (member.
PotentiallyNull
)
470
if (member.
PotentiallyNull
)
662
.Append(property.
PotentiallyNull
? separator : adjustedNonNullSeparator);