8 writes to IsInterface
Aspire.Hosting.CodeGeneration.Python.Tests (1)
AtsPythonCodeGeneratorTests.cs (1)
573IsInterface = true
Aspire.Hosting.RemoteHost (2)
AtsCapabilityScanner.cs (2)
493IsInterface = isInterface, 1055IsInterface = type.IsInterface,
Aspire.Hosting.RemoteHost.Tests (5)
AtsContextFilterTests.cs (4)
382IsInterface = false, 393IsInterface = true, 404IsInterface = false, 415IsInterface = false,
CallbackProxyTests.cs (1)
159IsInterface = true
4 references to IsInterface
Aspire.Hosting.CodeGeneration.Go (1)
AtsGoCodeGenerator.cs (1)
157_isInterfaceType[handleType.AtsTypeId] = handleType.IsInterface;
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (1)
877if (typeInfo.IsInterface)
AtsContextFilter.cs (1)
327IsInterface = handleType.IsInterface,
CodeGeneration\CodeGenerationService.cs (1)
154IsInterface = t.IsInterface,