4 references to _handleDocumentationById
Aspire.Hosting.CodeGeneration.TypeScript (4)
TypeScriptApiProjector.cs (4)
120
internal Dictionary<string, AtsDocumentationInfo> HandleDocumentationById =>
_handleDocumentationById
;
183
_handleDocumentationById
.Clear();
196
_handleDocumentationById
[handleType.AtsTypeId] = handleType.Documentation;
1012
var documentation =
_handleDocumentationById
.GetValueOrDefault(builderModel.TypeId);