4 references to PotentiallyNull
Microsoft.Gen.Logging (4)
Emitter.Method.cs (4)
238
var question = lp.
PotentiallyNull
? "?" : string.Empty;
451
if (member.
PotentiallyNull
)
480
if (member.
PotentiallyNull
)
672
.Append(property.
PotentiallyNull
? separator : adjustedNonNullSeparator);