3 implementations of IValueWithStaticType
ILLink.RoslynAnalyzer (3)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\FieldValue.cs (1)
11 internal sealed partial record FieldValue : ValueWithDynamicallyAccessedMembers, IValueWithStaticType
src\tools\illink\src\ILLink.Shared\TrimAnalysis\MethodParameterValue.cs (1)
14 internal sealed partial record MethodParameterValue : ValueWithDynamicallyAccessedMembers, IValueWithStaticType
src\tools\illink\src\ILLink.Shared\TrimAnalysis\MethodReturnValue.cs (1)
11 internal sealed partial record class MethodReturnValue : ValueWithDynamicallyAccessedMembers, IValueWithStaticType
1 reference to IValueWithStaticType
ILLink.RoslynAnalyzer (1)
TrimAnalysis\HandleCallAction.cs (1)
89 ITypeSymbol? staticType = (valueNode as IValueWithStaticType)?.StaticType?.Type;