6 references to ManagedOrUnmanagedKeyword
Microsoft.CodeAnalysis.CSharp (6)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1548
=> node.Update(VisitToken(node.
ManagedOrUnmanagedKeyword
), (FunctionPointerUnmanagedCallingConventionListSyntax?)Visit(node.UnmanagedCallingConventionList));
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
672
if (managedOrUnmanagedKeyword != this.
ManagedOrUnmanagedKeyword
|| unmanagedCallingConventionList != this.UnmanagedCallingConventionList)
683
public FunctionPointerCallingConventionSyntax WithUnmanagedCallingConventionList(FunctionPointerUnmanagedCallingConventionListSyntax? unmanagedCallingConventionList) => Update(this.
ManagedOrUnmanagedKeyword
, unmanagedCallingConventionList);
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (3)
110
switch (callingConventionSyntax?.
ManagedOrUnmanagedKeyword
.Kind())
145
checkUnmanagedSupport(compilation, callingConventionSyntax.
ManagedOrUnmanagedKeyword
.GetLocation(), diagnostics);
172
checkUnmanagedSupport(compilation, callingConventionSyntax.
ManagedOrUnmanagedKeyword
.GetLocation(), diagnostics);