8 writes to IsInterface
Aspire.Hosting.CodeGeneration.Python.Tests (1)
AtsPythonCodeGeneratorTests.cs (1)
573
IsInterface
= true
Aspire.Hosting.RemoteHost (2)
AtsCapabilityScanner.cs (2)
493
IsInterface
= isInterface,
1055
IsInterface
= type.IsInterface,
Aspire.Hosting.RemoteHost.Tests (5)
AtsContextFilterTests.cs (4)
382
IsInterface
= false,
393
IsInterface
= true,
404
IsInterface
= false,
415
IsInterface
= false,
CallbackProxyTests.cs (1)
159
IsInterface
= 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)
877
if (typeInfo.
IsInterface
)
AtsContextFilter.cs (1)
327
IsInterface = handleType.
IsInterface
,
CodeGeneration\CodeGenerationService.cs (1)
154
IsInterface = t.
IsInterface
,