Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorElinor Fung <elfung@microsoft.com>2022-03-05 06:42:33 +0300
committerGitHub <noreply@github.com>2022-03-05 06:42:33 +0300
commit94480f128c8af3e728b2b6e5ad2b13370f97b8f1 (patch)
tree790418b3f5ecaf57152d55a2cce52c2941a60a70 /docs
parent6fe1a80959b96fc2fbb7a2a1022a881dbf9f8af7 (diff)
Rename classes in p/invoke generator to be `LibraryImport` (#66217)
Diffstat (limited to 'docs')
-rw-r--r--docs/design/libraries/LibraryImportGenerator/Pipeline.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/design/libraries/LibraryImportGenerator/Pipeline.md b/docs/design/libraries/LibraryImportGenerator/Pipeline.md
index 63ace4671c3..c2b1844e3ed 100644
--- a/docs/design/libraries/LibraryImportGenerator/Pipeline.md
+++ b/docs/design/libraries/LibraryImportGenerator/Pipeline.md
@@ -211,10 +211,10 @@ static partial byte Method__PInvoke__(ushort* s);
```
<!-- Links -->
-[src-MarshallingAttributeInfo]: ../DllImportGenerator/DllImportGenerator/MarshallingAttributeInfo.cs
-[src-MarshallingGenerator]: ../DllImportGenerator/DllImportGenerator/Marshalling/MarshallingGenerator.cs
-[src-StubCodeContext]: ../DllImportGenerator/DllImportGenerator/StubCodeContext.cs
-[src-TypePositionInfo]: ../DllImportGenerator/DllImportGenerator/TypePositionInfo.cs
+[src-MarshallingAttributeInfo]: /src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/MarshallingAttributeInfo.cs
+[src-MarshallingGenerator]: /src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/DllImportGenerator/Marshalling/MarshallingGenerator.cs
+[src-StubCodeContext]: /src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/DllImportGenerator/StubCodeContext.cs
+[src-TypePositionInfo]: /src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/DllImportGenerator/TypePositionInfo.cs
[DllImportAttribute]: https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.dllimportattribute
[MarshalAsAttribute]: https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.marshalasattribute