4 references to ParseExpression
Microsoft.Maui.Controls.Build.Tasks (1)
ExpandMarkupsVisitor.cs (1)
179 typeArguments = TypeArgumentsParser.ParseExpression(parsed.strValue, nsResolver, xmlLineInfo);
Microsoft.Maui.Controls.Xaml (3)
ExpandMarkupsVisitor.cs (1)
170 typeArguments = TypeArgumentsParser.ParseExpression(parsed.strValue, nsResolver, xmlLineInfo);
TypeArgumentsParser.cs (1)
61 typeArguments = ParseExpression(
XamlParser.cs (1)
231 value = TypeArgumentsParser.ParseExpression((string)value, (IXmlNamespaceResolver)reader, (IXmlLineInfo)reader);