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