-
Home
-
API
-
XamlToCSharpGenerator.ExpressionSemantics
-
CSharpInlineExpressionAnalysisResult
CSharpInlineExpressionAnalysisResult Struct
Definition
Show inherited members (6)
public readonly record struct CSharpInlineExpressionAnalysisResult(string NormalizedExpression, ImmutableArray<string> DependencyNames, ITypeSymbol? ResultTypeSymbol, ImmutableArray<SourceContextExpressionSymbolReference> SymbolReferences, ImmutableArray<SourceContextSymbolOccurrence> SymbolOccurrences) : IEquatable<CSharpInlineExpressionAnalysisResult>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
Properties (5)