2 references to GetRuntimeTypeName
Aspire.Hosting.Integration.Analyzers (2)
AspireExportAnalyzer.cs (2)
611
var typeName =
GetRuntimeTypeName
(type);
1803
return $"{
GetRuntimeTypeName
(method.ContainingType)}.{camelCaseName}";