3 references to Fixed
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
4906type, this.ParseFieldDeclarationVariableDeclarators(type, VariableFlags.Fixed, parentKind)), 5280flags |= VariableFlags.Fixed; 5411bool isFixed = (flags & VariableFlags.Fixed) != 0;