5 writes to IsReadOnly
Aspire.Hosting (5)
Ats\AtsCapabilityScanner.cs (5)
996IsReadOnly = false 1974IsReadOnly = false 1997IsReadOnly = true 2038IsReadOnly = true 2097IsReadOnly = true
19 references to IsReadOnly
Aspire.Hosting.CodeGeneration.Go (4)
AtsGoCodeGenerator.cs (4)
668AtsTypeCategory.List => typeRef.IsReadOnly 671AtsTypeCategory.Dict => typeRef.IsReadOnly 738if (!typeRef.IsReadOnly) 745if (!typeRef.IsReadOnly)
Aspire.Hosting.CodeGeneration.Java (4)
AtsJavaCodeGenerator.cs (4)
633AtsTypeCategory.List => typeRef.IsReadOnly 636AtsTypeCategory.Dict => typeRef.IsReadOnly 702if (!typeRef.IsReadOnly) 709if (!typeRef.IsReadOnly)
Aspire.Hosting.CodeGeneration.Python (4)
AtsPythonCodeGenerator.cs (4)
587AtsTypeCategory.List => typeRef.IsReadOnly 590AtsTypeCategory.Dict => typeRef.IsReadOnly 673if (!typeRef.IsReadOnly) 680if (!typeRef.IsReadOnly)
Aspire.Hosting.CodeGeneration.Rust (5)
AtsRustCodeGenerator.cs (5)
431else if (returnTypeRef?.Category == AtsTypeCategory.Dict && returnTypeRef.IsReadOnly == false) 437else if (returnTypeRef?.Category == AtsTypeCategory.List && returnTypeRef.IsReadOnly == false) 699AtsTypeCategory.List => typeRef.IsReadOnly 702AtsTypeCategory.Dict => typeRef.IsReadOnly 840if (!typeRef.IsReadOnly)
Aspire.Hosting.CodeGeneration.TypeScript (1)
AtsTypeScriptCodeGenerator.cs (1)
152AtsTypeCategory.Dict => typeRef.IsReadOnly
Aspire.Hosting.RemoteHost (1)
CodeGeneration\CodeGenerationService.cs (1)
100IsReadOnly = t.IsReadOnly,