1 instantiation of GeneratedMethodNameExport
Aspire.Hosting.Integration.Analyzers (1)
AspireExportAnalyzer.cs (1)
1778
bag.Add(new
GeneratedMethodNameExport
(source, location, effectiveExportId));
11 references to GeneratedMethodNameExport
Aspire.Hosting.Integration.Analyzers (11)
AspireExportAnalyzer.cs (11)
60
private readonly struct GeneratedMethodNameExport : IEquatable<
GeneratedMethodNameExport
>
75
public bool Equals(
GeneratedMethodNameExport
other)
84
return obj is
GeneratedMethodNameExport
other && Equals(other);
152
var generatedMethodNames = new ConcurrentDictionary<(string MethodName, string TargetType), ConcurrentBag<
GeneratedMethodNameExport
>>();
238
ConcurrentDictionary<(string MethodName, string TargetType), ConcurrentBag<
GeneratedMethodNameExport
>> generatedMethodNames,
427
ConcurrentDictionary<(string MethodName, string TargetType), ConcurrentBag<
GeneratedMethodNameExport
>> generatedMethodNames,
557
ConcurrentDictionary<(string MethodName, string TargetType), ConcurrentBag<
GeneratedMethodNameExport
>> generatedMethodNames,
582
ConcurrentDictionary<(string MethodName, string TargetType), ConcurrentBag<
GeneratedMethodNameExport
>> generatedMethodNames,
1730
ConcurrentDictionary<(string MethodName, string TargetType), ConcurrentBag<
GeneratedMethodNameExport
>> generatedMethodNames)
1747
foreach (
var
export in exports)
1770
ConcurrentDictionary<(string MethodName, string TargetType), ConcurrentBag<
GeneratedMethodNameExport
>> generatedMethodNames,