You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/src/PostProcessing/ProviderReferenceMapAnalyzer.cs
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ public static void ApplyPreWriteAccessibility(IReadOnlyList<TypeProvider> provid
42
42
return;
43
43
}
44
44
45
+
// Accessibility is applied to providers before TypeProviderWriter runs so generated source
46
+
// starts with the final public/internal shape instead of being rewritten by Roslyn later.
0 commit comments