4 references to PotentiallyNull
Microsoft.Gen.Logging (4)
Emission\Emitter.Method.cs (4)
229
var question = lp.
PotentiallyNull
? "?" : string.Empty;
442
if (member.
PotentiallyNull
)
471
if (member.
PotentiallyNull
)
663
.Append(property.
PotentiallyNull
? separator : adjustedNonNullSeparator);