Implemented interface member:
property
IsLiteral
System.Runtime.InteropServices._FieldInfo.IsLiteral
4 references to IsLiteral
System.Core (3)
Microsoft\Scripting\Ast\Expression.cs (1)
404
canWrite = !(field.IsInitOnly || field.
IsLiteral
);
Microsoft\Scripting\Compiler\LambdaCompiler.Address.cs (1)
150
if (!field.
IsLiteral
&& !field.IsInitOnly) {
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
703
if (fi.
IsLiteral
) {
System.Workflow.Activities (1)
Rules\Expressions.cs (1)
964
if (isWritten && fi.
IsLiteral
)