5 references to IsPotentiallyValueType
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
src\Analyzers\CSharp\Analyzers\MakeStructMemberReadOnly\CSharpMakeStructMemberReadOnlyAnalyzer.cs (5)
279
if (!
IsPotentiallyValueType
(instanceOperation))
290
IsPotentiallyValueType
(fieldReference.Instance))
301
IsPotentiallyValueType
(propertyReference.Instance))
321
IsPotentiallyValueType
(eventReference.Instance))
379
if (!
IsPotentiallyValueType
(instance))