1 write to _streamingContextType
Microsoft.CodeAnalysis.Features (1)
DeserializationConstructorCheck.cs (1)
19
_streamingContextType
= compilation.StreamingContextType();
1 reference to _streamingContextType
Microsoft.CodeAnalysis.Features (1)
DeserializationConstructorCheck.cs (1)
29
methodSymbol.Parameters[1].Type.Equals(
_streamingContextType
) &&