1 instantiation of TypeDescription
Microsoft.Maui.Controls.BindingSourceGen (1)
ITypeSymbolExtensions.cs (1)
20
return new
TypeDescription
(
9 references to TypeDescription
Microsoft.Maui.Controls.BindingSourceGen (9)
AccessExpressionBuilder.cs (1)
21
private static string CastTargetName(
TypeDescription
targetType)
BindingInvocationDescription.cs (2)
8
TypeDescription
SourceType,
9
TypeDescription
PropertyType,
ITypeSymbolExtensions.cs (1)
17
internal static
TypeDescription
CreateTypeDescription(this ITypeSymbol typeSymbol, bool enabledNullable)
PathParser.cs (2)
54
var
memberType = typeInfo.CreateTypeDescription(_enabledNullable);
55
var
containgType = symbol.ContainingType.CreateTypeDescription(_enabledNullable);
PathPart.cs (3)
8
public sealed record InaccessibleMemberAccess(
TypeDescription
ContainingType,
TypeDescription
memberType, AccessorKind Kind, string MemberName, bool IsValueType = false) : IPathPart
56
public sealed record Cast(
TypeDescription
TargetType) : IPathPart