Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit609cba8

Browse files
committed
Test fix
1 parent580ec90 commit609cba8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/WellKnownTypeValidationTests.vb‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ End Namespace
666666
WellKnownMember.System_ReadOnlySpan_T__ctor,
667667
WellKnownMember.System_ReadOnlySpan_T__get_Item,
668668
WellKnownMember.System_ReadOnlySpan_T__get_Length,
669+
WellKnownMember.System_ReadOnlySpan_T__GetPinnableReference,
669670
WellKnownMember.System_Runtime_CompilerServices_AsyncIteratorStateMachineAttribute__ctor,
670671
WellKnownMember.System_IAsyncDisposable__DisposeAsync,
671672
WellKnownMember.System_Collections_Generic_IAsyncEnumerable_T__GetAsyncEnumerator,
@@ -697,7 +698,8 @@ End Namespace
697698
WellKnownMember.System_Runtime_CompilerServices_NativeIntegerAttribute__ctor,
698699
WellKnownMember.System_Runtime_CompilerServices_NativeIntegerAttribute__ctorTransformFlags,
699700
WellKnownMember.System_Runtime_CompilerServices_DefaultInterpolatedStringHandler__ToStringAndClear,
700-
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__StackAlloc_T
701+
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__StackAlloc_T,
702+
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__CreateSpan_T
701703
' Not available yet, but will be in upcoming release.
702704
ContinueFor
703705
CaseWellKnownMember.Microsoft_CodeAnalysis_Runtime_Instrumentation__CreatePayloadForMethodsSpanningSingleFile,
@@ -809,6 +811,7 @@ End Namespace
809811
WellKnownMember.System_ReadOnlySpan_T__ctor,
810812
WellKnownMember.System_ReadOnlySpan_T__get_Item,
811813
WellKnownMember.System_ReadOnlySpan_T__get_Length,
814+
WellKnownMember.System_ReadOnlySpan_T__GetPinnableReference,
812815
WellKnownMember.System_Runtime_CompilerServices_AsyncIteratorStateMachineAttribute__ctor,
813816
WellKnownMember.System_IAsyncDisposable__DisposeAsync,
814817
WellKnownMember.System_Collections_Generic_IAsyncEnumerable_T__GetAsyncEnumerator,
@@ -840,7 +843,8 @@ End Namespace
840843
WellKnownMember.System_Runtime_CompilerServices_NativeIntegerAttribute__ctor,
841844
WellKnownMember.System_Runtime_CompilerServices_NativeIntegerAttribute__ctorTransformFlags,
842845
WellKnownMember.System_Runtime_CompilerServices_DefaultInterpolatedStringHandler__ToStringAndClear,
843-
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__StackAlloc_T
846+
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__StackAlloc_T,
847+
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__CreateSpan_T
844848
' Not available yet, but will be in upcoming release.
845849
ContinueFor
846850
CaseWellKnownMember.Microsoft_CodeAnalysis_Runtime_Instrumentation__CreatePayloadForMethodsSpanningSingleFile,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp