2 writes to IsCallback
Aspire.Hosting.RemoteHost (1)
AtsCapabilityScanner.cs (1)
1127IsCallback = isCallback,
Aspire.Hosting.RemoteHost.Tests (1)
AtsContextFilterTests.cs (1)
286IsCallback = true,
15 references to IsCallback
Aspire.Hosting.CodeGeneration.Go (3)
AtsGoCodeGenerator.cs (3)
558var propertyType = property.IsCallback 573if (property.IsCallback) 1531IsCallback = property.IsCallback,
Aspire.Hosting.CodeGeneration.Java (1)
AtsJavaCodeGenerator.cs (1)
1953=> property.IsCallback && (property.CallbackParameters?.Count ?? 0) <= 1;
Aspire.Hosting.CodeGeneration.Python (1)
AtsPythonCodeGenerator.cs (1)
856var propType = prop.IsCallback
Aspire.Hosting.CodeGeneration.TypeScript (5)
AtsTypeScriptCodeGenerator.cs (4)
380.Where(p => p.IsCallback || RequiresDtoCallbackMarshalling(p.Type)) 402return dtoType.Properties.Any(p => p.IsCallback || RequiresDtoCallbackMarshalling(p.Type, visitedDtoTypeIds)); 664var tsType = prop.IsCallback 1466if (marshallingProperty.IsCallback)
TypeScriptApiProjector.cs (1)
1397var propertyType = property.IsCallback
Aspire.Hosting.RemoteHost (2)
AtsCapabilityScanner.cs (2)
552if (prop.IsCallback) 666if (prop.IsCallback)
Aspire.Hosting.RemoteHost.Tests (1)
AtsCapabilityScannerTests.cs (1)
389Assert.True(prepareRequestProperty.IsCallback);
Aspire.TypeSystem (2)
AtsCapabilityInfo.cs (2)
556/// Only populated when <see cref="IsCallback"/> is true. 562/// Only populated when <see cref="IsCallback"/> is true.