1 write to _flags
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.cs (1)
64
_flags
= flags;
20 references to _flags
Microsoft.CodeAnalysis.Razor.Compiler (20)
Language\RazorCodeGenerationOptions.cs (20)
76
=> (
_flags
& Flags.IndentWithTabs) == Flags.IndentWithTabs;
88
=> (
_flags
& Flags.SuppressChecksum) == Flags.SuppressChecksum;
107
=> (
_flags
& Flags.SuppressMetadataAttributes) == Flags.SuppressMetadataAttributes;
117
=> (
_flags
& Flags.SuppressMetadataSourceChecksumAttributes) == Flags.SuppressMetadataSourceChecksumAttributes;
123
=> (
_flags
& Flags.SuppressPrimaryMethodBody) == Flags.SuppressPrimaryMethodBody;
129
=> (
_flags
& Flags.SuppressNullabilityEnforcement) == Flags.SuppressNullabilityEnforcement;
135
=> (
_flags
& Flags.OmitMinimizedComponentAttributeValues) == Flags.OmitMinimizedComponentAttributeValues;
141
=> (
_flags
& Flags.SupportLocalizedComponentNames) == Flags.SupportLocalizedComponentNames;
147
=> (
_flags
& Flags.UseEnhancedLinePragma) == Flags.UseEnhancedLinePragma;
153
=> (
_flags
& Flags.SuppressAddComponentParameter) == Flags.SuppressAddComponentParameter;
159
=> (
_flags
& Flags.RemapLinePragmaPathsOnWindows) == Flags.RemapLinePragmaPathsOnWindows;
165
=> (
_flags
& Flags.WriteHtmlUtf8StringLiterals) == Flags.WriteHtmlUtf8StringLiterals;
170
: new(value, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel,
_flags
);
175
: new(IndentSize, value, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel,
_flags
);
180
: new(IndentSize, NewLine, value, CssScope, SuppressUniqueIds, RazorWarningLevel,
_flags
);
185
: new(IndentSize, NewLine, RootNamespace, value, SuppressUniqueIds, RazorWarningLevel,
_flags
);
190
: new(IndentSize, NewLine, RootNamespace, CssScope, value, RazorWarningLevel,
_flags
);
195
: new(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, value,
_flags
);
211
var flags =
_flags
;
273
return flags ==
_flags