2 references to IsCapturedPrimaryParameterCapturedInType
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
6083
if (oldLiftingPrimaryConstructor == null || !
IsCapturedPrimaryParameterCapturedInType
(newCapture, oldLiftingPrimaryConstructor.ContainingType))
6098
if (newLiftingPrimaryConstructor == null || !
IsCapturedPrimaryParameterCapturedInType
(oldCapture, newLiftingPrimaryConstructor.ContainingType))