4 references to PotentiallyNull
Microsoft.Gen.Logging (4)
Emission\Emitter.Method.cs (4)
227
var question = lp.
PotentiallyNull
? "?" : string.Empty;
438
if (member.
PotentiallyNull
)
467
if (member.
PotentiallyNull
)
659
.Append(property.
PotentiallyNull
? separator : adjustedNonNullSeparator);