2 references to ManagedOrUnmanagedKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
1076
if (managedOrUnmanagedKeyword != this.
ManagedOrUnmanagedKeyword
|| unmanagedCallingConventionList != this.UnmanagedCallingConventionList)
27958
=> node.Update((SyntaxToken)Visit(node.
ManagedOrUnmanagedKeyword
), (FunctionPointerUnmanagedCallingConventionListSyntax)Visit(node.UnmanagedCallingConventionList));