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