You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Encode the nullability of the type arguments in the label.
139
+
// Type arguments with different nullability can result in
140
+
// a constructed method with different nullability of its parameters and return type,
141
+
// so we need to create a distinct database entity for it.
142
+
trapFile.BuildList(",",m.Symbol.GetAnnotatedTypeArguments(), ta =>{ta.Symbol.BuildOrWriteId(m.Context,trapFile,m.Symbol);trapFile.Write((int)ta.Nullability);});
// Encode the nullability of the type arguments in the label.
153
-
// Type arguments with different nullability can result in
154
-
// a constructed method with different nullability of its parameters and return type,
155
-
// so we need to create a distinct database entity for it.
156
-
trapFile.BuildList(",",m.Symbol.GetAnnotatedTypeArguments(), ta =>{ta.Symbol.BuildOrWriteId(m.Context,trapFile,m.Symbol);trapFile.Write((int)ta.Nullability);});
0 commit comments