2 writes to last
Microsoft.Maui.Controls.Xaml (2)
MarkupExpressionParser.cs (2)
151
return new Property {
last
= next == '}', name = name, strValue = str_value, value = value };
170
return new Property {
last
= last, name = prop, strValue = value as string, value = value };
3 references to last
Microsoft.Maui.Controls.Build.Tasks (1)
ExpandMarkupsVisitor.cs (1)
188
while (!parsed.
last
);
Microsoft.Maui.Controls.Xaml (2)
ExpandMarkupsVisitor.cs (1)
179
while (!parsed.
last
);
MarkupExtensionParser.cs (1)
59
while (!value.
last
);