1 write to Type
Aspire.Hosting.Azure.Provisioning.Generators (1)
AspireProvisioningProxyGenerator.cs (1)
2789
Type
= type;
16 references to Type
Aspire.Hosting.Azure.Provisioning.Generators (16)
AspireProvisioningProxyGenerator.cs (16)
189
if (CanGenerateProxy(root.
Type
))
191
if (IsMutableStruct(root.
Type
))
195
GetDiagnosticLocation(root.
Type
),
196
root.
Type
.ToDisplayString(SymbolDisplayFormat.CSharpErrorMessageFormat)));
207
GetDiagnosticLocation(root.
Type
),
208
root.
Type
.ToDisplayString(SymbolDisplayFormat.CSharpErrorMessageFormat)));
217
var rootTypes = validRoots.Select(static root => root.
Type
).ToImmutableArray();
263
.GroupBy(static root => root.
Type
, SymbolEqualityComparer.Default)
282
!expandedAssemblies.Add(root.
Type
.ContainingAssembly))
287
foreach (var type in EnumeratePublicProxyTypes(root.
Type
.ContainingAssembly.GlobalNamespace))
1485
IsProvisionableResource(root.
Type
) &&
1486
proxyNames.ContainsKey(root.
Type
))
1487
.OrderBy(static root => root.
Type
.ToDisplayString(), StringComparer.Ordinal))
1491
root.
Type
,
1492
proxyNames[root.
Type
],
1493
factoryTypeNames[root.
Type
],