4 references to PotentiallyNull
Microsoft.Gen.Logging (4)
Emission\Emitter.Method.cs (4)
226
var question = lp.
PotentiallyNull
? "?" : string.Empty;
437
if (member.
PotentiallyNull
)
466
if (member.
PotentiallyNull
)
658
.Append(property.
PotentiallyNull
? separator : adjustedNonNullSeparator);