This namespace family covers expression analysis, low-allocation mini-language parsing, and the Avalonia/NoUi framework profiles that turn generic compiler contracts into real generated output.
XamlToCSharpGenerator.ExpressionSemanticsXamlToCSharpGenerator.MiniLanguageParsingXamlToCSharpGenerator.AvaloniaXamlToCSharpGenerator.NoUiXamlToCSharpGenerator.GeneratorExpressionSemantics owns Roslyn-backed analysis for:
CSharp code and CDATA blocksMiniLanguageParsing handles selectors, binding fragments, event-binding fragments, and other hot-path text grammars where the full XAML parser would be too expensive.
Avalonia.* namespaces define the real binding rules, control-theme/style semantics, and code emission for Avalonia. NoUi is the smallest reference profile for framework-neutral experiments.
XamlToCSharpGenerator.Generator is the Roslyn-facing analyzer/source-generator wrapper that feeds the compiler host with project inputs and publishes generated source/diagnostics.