3 references to KnownStringValue
illink (3)
Linker.Dataflow\AttributeDataFlow.cs (1)
66
return argument.Value is null ? NullValue.Instance : new
KnownStringValue
((string)argument.Value);
Linker.Dataflow\FlowAnnotations.cs (1)
901
"Empty" when field.DeclaringType.IsTypeOf(WellKnownType.System_String) => new
KnownStringValue
(string.Empty),
Linker.Dataflow\MethodBodyScanner.cs (1)
456
StackSlot slot = new StackSlot(new
KnownStringValue
((string)operation.Operand));