14 references to AppendLine
Microsoft.Maui.Controls.BindingSourceGen (14)
BindingCodeWriter.cs (14)
175
AppendLine
(GeneratedCodeAttribute);
215
AppendLine
("};");
219
AppendLine
("throw new InvalidOperationException(\"Cannot set value on the source object.\");");
239
AppendLine
(")");
311
AppendLine
($"[InterceptsLocationAttribute({location.Version}, @\"{location.Data}\")]");
323
AppendLine
($"if (!{valueVariableName}.HasValue)");
328
AppendLine
($"if ({valueVariableName} is null)");
332
AppendLine
("return;");
368
AppendLine
(setter.AssignmentStatement);
379
AppendLine
($"new Tuple<Func<{binding.SourceType}, object?>, string>[]");
395
AppendLine
($"new(static source => {previousExpression}, \"{indexAccess.DefaultMemberName}\"),");
399
AppendLine
($"new(static source => {previousExpression}, \"{innerIndexAccess.DefaultMemberName}\"),");
405
AppendLine
($"new(static source => {previousExpression}, \"{propertyName}\"),");
445
AppendLine
(line);