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