6 references to System_Runtime_InteropServices_WindowsRuntime_WindowsRuntimeMarshal
Microsoft.CodeAnalysis (3)
WellKnownMembers.cs (3)
840
(byte)WellKnownType.
System_Runtime_InteropServices_WindowsRuntime_WindowsRuntimeMarshal
, // DeclaringTypeId
857
(byte)WellKnownType.
System_Runtime_InteropServices_WindowsRuntime_WindowsRuntimeMarshal
, // DeclaringTypeId
868
(byte)WellKnownType.
System_Runtime_InteropServices_WindowsRuntime_WindowsRuntimeMarshal
, // DeclaringTypeId
Microsoft.CodeAnalysis.CSharp (1)
Lowering\LocalRewriter\LocalRewriter_Event.cs (1)
87
NamedTypeSymbol marshalType = _factory.WellKnownType(WellKnownType.
System_Runtime_InteropServices_WindowsRuntime_WindowsRuntimeMarshal
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
822
WellKnownType.
System_Runtime_InteropServices_WindowsRuntime_WindowsRuntimeMarshal
,
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LocalRewriter\LocalRewriter_AddRemoveHandler.vb (1)
98
Dim marshalType As NamedTypeSymbol = Me.Compilation.GetWellKnownType(WellKnownType.
System_Runtime_InteropServices_WindowsRuntime_WindowsRuntimeMarshal
)