1 write to _context
Microsoft.Maui.Controls.BindingSourceGen (1)
InvocationParser.cs (1)
12 _context = context;
4 references to _context
Microsoft.Maui.Controls.BindingSourceGen (4)
InvocationParser.cs (4)
35 var symbol = _context.SemanticModel.GetSymbolInfo(invocation.Expression).Symbol; 50 var type = _context.SemanticModel.GetTypeInfo(firstArgument, cancellationToken: t).Type; 66 var symbol = _context.SemanticModel.GetSymbolInfo(invocation.Expression).Symbol; 98 var secondArgumentType = _context.SemanticModel.GetTypeInfo(secondArgument, cancellationToken: t).Type;